mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00: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
|
|
@ -75,7 +75,9 @@
|
|||
(body
|
||||
(let
|
||||
name: (identifier) @constant.builtin
|
||||
(#not-any-of? @constant.builtin "command" "depfile" "deps" "msvc_deps_prefix" "description" "dyndep" "generator" "in" "in_newline" "out" "restat" "rspfile" "rspfile_content" "pool"))))
|
||||
(#not-any-of? @constant.builtin
|
||||
"command" "depfile" "deps" "msvc_deps_prefix" "description" "dyndep" "generator" "in"
|
||||
"in_newline" "out" "restat" "rspfile" "rspfile_content" "pool"))))
|
||||
|
||||
;
|
||||
; Expansion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue