mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Fixup format (#5934)
* fix(format): newline between top-level field defs * fixup: newline between node and comment * fixup: optimize pattern
This commit is contained in:
parent
f5a839d1e8
commit
d198a75e2c
35 changed files with 47 additions and 3 deletions
|
|
@ -249,6 +249,7 @@
|
|||
"y0"
|
||||
"y1"
|
||||
"yn"))
|
||||
|
||||
; Keywords
|
||||
[
|
||||
"def"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
; test(val)
|
||||
(query
|
||||
((funcname) @_function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue