1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
32aa83ccbb
More Beancount improvements 2024-10-02 10:42:58 +02:00
79b70c322c
Add colors for Beancount 2024-10-02 10:40:38 +02:00

View file

@ -380,6 +380,7 @@
"punctuation.definition.string.end.latex",
"punctuation.definition.string",
"punctuation.definition.char",
"string.quoted.tiers.beancount",
"string",
"support.class.math.block.environment.latex",
],
@ -410,6 +411,7 @@
"comment.documentation",
"comment.line.documentation",
"string.quoted.docstring",
"string.quoted.narration",
"comment.block.documentation punctuation.definition.comment",
"comment.block.javadoc punctuation.definition.comment",
"markup.quote",
@ -681,6 +683,36 @@
"foreground": "#99ff99",
}
},
{
"name": "check-ok",
"scope": [
"support.function.directive.txn.completed.beancount",
],
"settings": {
"foreground": "#44ff44",
"fontStyle": "bold"
}
},
{
"name": "check-needed",
"scope": [
"support.function.directive.txn.incomplete.beancount",
],
"settings": {
"foreground": "#ff4444",
"fontStyle": "bold"
}
},
{
"name": "check-padding",
"scope": [
"support.function.directive.txn.padding.beancount",
],
"settings": {
"foreground": "#44ffff",
"fontStyle": "bold"
}
},
{
"name": "insert-header",
"scope": [