mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -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
|
|
@ -133,7 +133,9 @@
|
|||
(#lua-match? @type "^[A-Z]"))
|
||||
|
||||
((identifier) @type.builtin
|
||||
(#any-of? @type.builtin "Boolean" "Integer" "Float" "String" "Array" "Hash" "Regexp" "Variant" "Data" "Undef" "Default" "File"))
|
||||
(#any-of? @type.builtin
|
||||
"Boolean" "Integer" "Float" "String" "Array" "Hash" "Regexp" "Variant" "Data" "Undef" "Default"
|
||||
"File"))
|
||||
|
||||
; "Namespaces"
|
||||
(class_identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue