Skip to content

Commit bbde189

Browse files
committed
cleanup
1 parent 94248aa commit bbde189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

syntaxes/klog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
"timespan": {
34-
"name": "markupk.other.timespan.klog",
34+
"name": "markup.other.timespan.klog",
3535
"match": "(<?(?:[01]?\\d|2[0-3]):[0-5]\\d(?:am|pm)?>?) ?- ?(<?(?:[01]?\\d|2[0-3]):[0-5]\\d(?:am|pm)?>?)"
3636
},
3737
"timespan-open-ended": {
@@ -58,13 +58,13 @@
5858
"begin": "(?<=\\G\\s+)(\\()",
5959
"beginCaptures": {
6060
"1": {
61-
"name": "keyword.control"
61+
"name": "keyword.control.properties-paren.klog"
6262
}
6363
},
6464
"end": "(\\))|$",
6565
"endCaptures": {
6666
"1": {
67-
"name": "keyword.control"
67+
"name": "keyword.control.properties-paren.klog"
6868
}
6969
},
7070
"patterns": [

0 commit comments

Comments
 (0)