mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
parsers(fusion): add info about main branch
This commit is contained in:
parent
096f0e91be
commit
61b21254ee
2 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue