Skip to content

Commit

Permalink
fix: include parser.h locally
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 31, 2024
1 parent bbb7f68 commit 248303d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <tree_sitter/parser.h>
#include "tree_sitter/parser.h"

#include <wctype.h>

enum TokenType {
Expand Down

0 comments on commit 248303d

Please sign in to comment.