mirror of https://github.com/helix-editor/helix
Add language: beancount (#3297)
Co-authored-by: erasin <erasinoo@gmail.com> Co-authored-by: Michael Davis <mcarsondavis@gmail.com> Co-authored-by: Erasin <erasinoo@gmail.com>pull/3362/head
parent
d9321134f6
commit
4ce5a94552
@ -0,0 +1,4 @@
|
||||
[
|
||||
(transaction)
|
||||
(section)
|
||||
] @fold
|
@ -0,0 +1,49 @@
|
||||
(date) @variable.builtin
|
||||
(txn) @variable.builtin
|
||||
|
||||
(account) @type
|
||||
|
||||
[
|
||||
(amount)
|
||||
(incomplete_amount)
|
||||
(amount_tolerance)
|
||||
(number)
|
||||
] @constant.numeric
|
||||
|
||||
|
||||
[(key_value) (key)] @variable.other.member
|
||||
(string) @string
|
||||
|
||||
[
|
||||
(currency)
|
||||
(tag)
|
||||
(link)
|
||||
] @constant
|
||||
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
(minus)
|
||||
(plus)
|
||||
] @operator
|
||||
|
||||
[
|
||||
(balance) (open) (close) (commodity) (pad)
|
||||
(event) (price) (note) (document) (query)
|
||||
(custom) (pushtag) (poptag) (pushmeta)
|
||||
(popmeta) (option) (include) (plugin)
|
||||
] @keyword
|
||||
|
||||
|
||||
((headline item: (item) @markup.heading.6) @markup.heading.marker
|
||||
(#match? @markup.heading.marker "^\\*\\*\\*\\*\\*\\*"))
|
||||
((headline item: (item) @markup.heading.5) @markup.heading.marker
|
||||
(#match? @markup.heading.marker "^\\*\\*\\*\\*\\*"))
|
||||
((headline item: (item) @markup.heading.4) @markup.heading.marker
|
||||
(#match? @markup.heading.marker "^\\*\\*\\*\\*"))
|
||||
((headline item: (item) @markup.heading.3) @markup.heading.marker
|
||||
(#match? @markup.heading.marker "^\\*\\*\\*"))
|
||||
((headline item: (item) @markup.heading.2) @markup.heading.marker
|
||||
(#match? @markup.heading.marker "^\\*\\*"))
|
||||
((headline item: (item) @markup.heading.1) @markup.heading.marker
|
||||
(#match? @markup.heading.marker "^\\*"))
|
Loading…
Reference in New Issue