Skip to content

Commit 80f469d

Browse files
authored
Include 'scanner.c' in the python binding sources
1 parent 90f6af2 commit 80f469d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_tag(self):
3636
sources=[
3737
"bindings/python/tree_sitter_typst/binding.c",
3838
"src/parser.c",
39-
# NOTE: if your language uses an external scanner, add it here.
39+
"src/scanner.c",
4040
],
4141
extra_compile_args=(
4242
["-std=c11"] if system() != 'Windows' else []

0 commit comments

Comments
 (0)