mirror of https://github.com/Wilfred/difftastic/
Discard '\n' nodes in C and C++
These are from the preprocessor grammar rules, but they're not useful for difftastic. Reported upstream: https://github.com/tree-sitter/tree-sitter-c/issues/97 Closes #180pull/185/head
parent
a189f49a5e
commit
f26ca24df7
@ -0,0 +1,4 @@
|
||||
#include "foo.h"
|
||||
#include "novel.h"
|
||||
|
||||
struct Bar {};
|
||||
@ -0,0 +1,3 @@
|
||||
#include "foo.h"
|
||||
|
||||
struct Bar {};
|
||||
Loading…
Reference in New Issue