mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
mzte-nv: fix haxe treesitter
This commit is contained in:
parent
df89a5a7b0
commit
541a490206
2 changed files with 5 additions and 2 deletions
|
@ -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}})
|
||||
|
|
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue