mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -1,3 +1 @@
|
|||
[
|
||||
(xact)
|
||||
] @fold
|
||||
(xact) @fold
|
||||
|
|
|
|||
|
|
@ -1,28 +1,28 @@
|
|||
[
|
||||
(block_comment)
|
||||
(comment)
|
||||
(note)
|
||||
(test)
|
||||
(block_comment)
|
||||
(comment)
|
||||
(note)
|
||||
(test)
|
||||
] @comment @spell
|
||||
|
||||
[
|
||||
(quantity)
|
||||
(negative_quantity)
|
||||
(quantity)
|
||||
(negative_quantity)
|
||||
] @number
|
||||
|
||||
[
|
||||
(date)
|
||||
(effective_date)
|
||||
(time)
|
||||
(interval)
|
||||
(date)
|
||||
(effective_date)
|
||||
(time)
|
||||
(interval)
|
||||
] @string.special
|
||||
|
||||
[
|
||||
(commodity)
|
||||
(option)
|
||||
(option_value)
|
||||
(check_in)
|
||||
(check_out)
|
||||
(commodity)
|
||||
(option)
|
||||
(option_value)
|
||||
(check_in)
|
||||
(check_out)
|
||||
] @markup.raw
|
||||
|
||||
((account) @variable.member)
|
||||
|
|
@ -30,25 +30,25 @@
|
|||
"include" @keyword.import
|
||||
|
||||
[
|
||||
"account"
|
||||
"alias"
|
||||
"assert"
|
||||
"check"
|
||||
"commodity"
|
||||
"comment"
|
||||
"def"
|
||||
"default"
|
||||
"end"
|
||||
"eval"
|
||||
"format"
|
||||
"nomarket"
|
||||
"note"
|
||||
"payee"
|
||||
"test"
|
||||
"A"
|
||||
"Y"
|
||||
"N"
|
||||
"D"
|
||||
"C"
|
||||
"P"
|
||||
"account"
|
||||
"alias"
|
||||
"assert"
|
||||
"check"
|
||||
"commodity"
|
||||
"comment"
|
||||
"def"
|
||||
"default"
|
||||
"end"
|
||||
"eval"
|
||||
"format"
|
||||
"nomarket"
|
||||
"note"
|
||||
"payee"
|
||||
"test"
|
||||
"A"
|
||||
"Y"
|
||||
"N"
|
||||
"D"
|
||||
"C"
|
||||
"P"
|
||||
] @keyword
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
[
|
||||
(journal_item)
|
||||
] @indent.begin
|
||||
(journal_item) @indent.begin
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((note) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
(#set! injection.language "comment"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue