Skip to content

Commit 4a453c5

Browse files
chore: update grammars and themes
1 parent 5a217d5 commit 4a453c5

File tree

10 files changed

+4241
-3182
lines changed

10 files changed

+4241
-3182
lines changed

latest-shiki-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bcbe52a88d682ee09d2d98fd8682040bc2a3e246
1+
acbabc81e153dc90887af2d3fc7163ae9d837e79

vendor/phiki/phiki/resources/languages/beancount.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,21 @@
428428
"name": "constant.numeric.date.day.beancount"
429429
},
430430
"6": {
431-
"name": "support.function.directive.beancount"
431+
"name": "support.function.directive.beancount",
432+
"patterns": [
433+
{
434+
"match": "txn|\\*",
435+
"name": "support.function.directive.txn.completed.beancount"
436+
},
437+
{
438+
"match": "!",
439+
"name": "support.function.directive.txn.incomplete.beancount"
440+
},
441+
{
442+
"match": "P",
443+
"name": "support.function.directive.txn.padding.beancount"
444+
}
445+
]
432446
},
433447
"7": {
434448
"name": "string.quoted.tiers.beancount"

0 commit comments

Comments
 (0)