mirror of https://github.com/helix-editor/helix
Add ledger tree-sitter (#572)
Might need to update later since the current one highlight does not work very well yet.pull/592/head
parent
3bde65c599
commit
aaccc9419a
@ -0,0 +1 @@
|
||||
Subproject commit 72319504776f14193472a6ad14abec0af0225cbe
|
@ -0,0 +1,38 @@
|
||||
[
|
||||
(comment)
|
||||
(note)
|
||||
] @comment
|
||||
|
||||
[
|
||||
(date)
|
||||
(interval)
|
||||
(quantity)
|
||||
] @number
|
||||
|
||||
((account) @field)
|
||||
((commodity) @text.literal)
|
||||
|
||||
"include" @include
|
||||
|
||||
[
|
||||
"account"
|
||||
"alias"
|
||||
"assert"
|
||||
"check"
|
||||
"commodity"
|
||||
"def"
|
||||
"default"
|
||||
"end"
|
||||
"eval"
|
||||
"format"
|
||||
"nomarket"
|
||||
"note"
|
||||
"payee"
|
||||
"check"
|
||||
"A"
|
||||
"Y"
|
||||
"N"
|
||||
"D"
|
||||
"C"
|
||||
"P"
|
||||
] @keyword
|
@ -0,0 +1 @@
|
||||
(comment) @comment
|
Loading…
Reference in New Issue