mirror of
https://github.com/Steffo99/steffula-code.git
synced 2025-01-02 23:14:18 +00:00
Compare commits
2 commits
02cb4a9085
...
32aa83ccbb
Author | SHA1 | Date | |
---|---|---|---|
32aa83ccbb | |||
79b70c322c |
1 changed files with 32 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue