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
|
|
@ -136,7 +136,9 @@
|
|||
|
||||
((variable
|
||||
(identifier) @constant.builtin)
|
||||
(#any-of? @constant.builtin "_" "after-chdir" "args" "before-chdir" "buildinfo" "nil" "notify-bg-job-success" "num-bg-jobs" "ok" "paths" "pid" "pwd" "value-out-indicator" "version"))
|
||||
(#any-of? @constant.builtin
|
||||
"_" "after-chdir" "args" "before-chdir" "buildinfo" "nil" "notify-bg-job-success" "num-bg-jobs"
|
||||
"ok" "paths" "pid" "pwd" "value-out-indicator" "version"))
|
||||
|
||||
[
|
||||
"$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue