Skip to content

Commit

Permalink
fix(scannner): rel import
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Aug 27, 2023
1 parent 70169e7 commit 7ac6203
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,8 +1,9 @@
#include <ctype.h>
#include <stdio.h>
#include <tree_sitter/parser.h>
#include <wctype.h>

#include "tree_sitter/parser.h"

enum TokenType {
BRIEF_DESCRIPTION,
CODE_BLOCK_START,
Expand Down

0 comments on commit 7ac6203

Please sign in to comment.