mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(format-scripts): linewrap predicates
"format-ignore".kick()
This commit is contained in:
parent
a29058fe8b
commit
31641d72a4
57 changed files with 1622 additions and 1537 deletions
|
|
@ -249,7 +249,9 @@
|
|||
|
||||
; when used as an identifier:
|
||||
((identifier) @variable.builtin
|
||||
(#any-of? @variable.builtin "abstract" "as" "covariant" "deferred" "dynamic" "export" "external" "factory" "Function" "get" "implements" "import" "interface" "library" "operator" "mixin" "part" "set" "static" "typedef"))
|
||||
(#any-of? @variable.builtin
|
||||
"abstract" "as" "covariant" "deferred" "dynamic" "export" "external" "factory" "Function" "get"
|
||||
"implements" "import" "interface" "library" "operator" "mixin" "part" "set" "static" "typedef"))
|
||||
|
||||
[
|
||||
"if"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue