parsers(fusion): add info about main branch

This commit is contained in:
Stephan Seitz 2021-11-26 21:40:56 +01:00
parent 096f0e91be
commit 61b21254ee
2 changed files with 2 additions and 3 deletions

View file

@ -135,6 +135,7 @@ list.fusion = {
install_info = { install_info = {
url = "https://gitlab.com/jirgn/tree-sitter-fusion", url = "https://gitlab.com/jirgn/tree-sitter-fusion",
files = { "src/parser.c" }, files = { "src/parser.c" },
branch = "main",
}, },
maintainers = { "@jirgn" }, maintainers = { "@jirgn" },
experimental = true, experimental = true,

View file

@ -11,7 +11,6 @@
(eel_method_name) @function (eel_method_name) @function
(eel_parameter) @variable (eel_parameter) @variable
; identifiers fusion ; identifiers fusion
@ -25,7 +24,7 @@
) )
(include_statement (include_statement
"include" @include "include" @include
":" @punctation.delimiter ":" @punctuation.delimiter
(source_file) @text.uri (source_file) @text.uri
) )
@ -84,4 +83,3 @@
"." "."
"?" "?"
] @punctuation.delimiter ] @punctuation.delimiter