mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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 = {
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@jirgn" },
|
||||
experimental = true,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
(eel_method_name) @function
|
||||
|
||||
(eel_parameter) @variable
|
||||
|
||||
|
||||
|
||||
; identifiers fusion
|
||||
|
|
@ -25,7 +24,7 @@
|
|||
)
|
||||
(include_statement
|
||||
"include" @include
|
||||
":" @punctation.delimiter
|
||||
":" @punctuation.delimiter
|
||||
(source_file) @text.uri
|
||||
)
|
||||
|
||||
|
|
@ -84,4 +83,3 @@
|
|||
"."
|
||||
"?"
|
||||
] @punctuation.delimiter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue