We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37ca37 commit f08e7d4Copy full SHA for f08e7d4
src/tree_sitter_comment/chars.c
@@ -1,4 +1,4 @@
1
-#include "tree_sitter_comment/chars.h"
+#include "chars.h"
2
3
bool is_upper(int32_t c)
4
{
src/tree_sitter_comment/parser.c
@@ -1,7 +1,7 @@
-#include "tree_sitter_comment/parser.h"
+#include "parser.h"
-#include "tree_sitter_comment/chars.c"
-#include "tree_sitter_comment/tokens.h"
+#include "chars.c"
+#include "tokens.h"
5
6
/// Parse the name of the tag.
7
///
0 commit comments