mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
|
@ -8,7 +8,9 @@
|
|||
; Types
|
||||
;------
|
||||
((type_constructor) @type.builtin
|
||||
(#any-of? @type.builtin "int" "char" "bytes" "string" "float" "bool" "unit" "exn" "array" "list" "option" "int32" "int64" "nativeint" "format6" "lazy_t"))
|
||||
(#any-of? @type.builtin
|
||||
"int" "char" "bytes" "string" "float" "bool" "unit" "exn" "array" "list" "option" "int32"
|
||||
"int64" "nativeint" "format6" "lazy_t"))
|
||||
|
||||
[
|
||||
(class_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue