mzte-nv: fix haxe treesitter

This commit is contained in:
LordMZTE 2024-08-20 21:07:43 +02:00
parent df89a5a7b0
commit 541a490206
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 5 additions and 2 deletions

View file

@ -11,4 +11,7 @@
;; Default to Common Lisp instead of just using generic Lisp
:lisp :commonlisp
;; Roswell scripts
:ros :commonlisp}})
:ros :commonlisp
;; Haxe
:hx :haxe
:hxml :hxml}})

View file

@ -12,7 +12,7 @@
(var parser-config (parsers.get_parser_configs))
(tset parser-config :haxe {:install_info {:url "https://github.com/vantreeseba/tree-sitter-haxe"
:files [:src/parser.c]
:files [:src/parser.c :src/scanner.c]
:branch :main}
:filetype :haxe})