Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/beancount/highlights.scm')
-rw-r--r--runtime/queries/beancount/highlights.scm49
1 files changed, 0 insertions, 49 deletions
diff --git a/runtime/queries/beancount/highlights.scm b/runtime/queries/beancount/highlights.scm
deleted file mode 100644
index 440a5782..00000000
--- a/runtime/queries/beancount/highlights.scm
+++ /dev/null
@@ -1,49 +0,0 @@
-(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 "^\\*"))