We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f6af2 commit 80f469dCopy full SHA for 80f469d
setup.py
@@ -36,7 +36,7 @@ def get_tag(self):
36
sources=[
37
"bindings/python/tree_sitter_typst/binding.c",
38
"src/parser.c",
39
- # NOTE: if your language uses an external scanner, add it here.
+ "src/scanner.c",
40
],
41
extra_compile_args=(
42
["-std=c11"] if system() != 'Windows' else []
0 commit comments