We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027b8c2 commit 609c903Copy full SHA for 609c903
.vitepress/maml.json
@@ -8,25 +8,14 @@
8
],
9
"repository": {
10
"comments": {
11
- "begin": "(^[\\t ]+)?(?=#)",
+ "begin": "(#)",
12
"beginCaptures": {
13
"1": {
14
- "name": "punctuation.whitespace.comment.leading.maml"
+ "name": "punctuation.definition.comment.maml"
15
}
16
},
17
- "end": "(?!\\G)",
18
- "patterns": [
19
- {
20
- "begin": "#",
21
- "beginCaptures": {
22
- "0": {
23
- "name": "punctuation.definition.comment.maml"
24
- }
25
- },
26
- "end": "\\n",
27
- "name": "comment.line.number-sign.maml"
28
29
- ]
+ "end": "$|(?=#)",
30
31
"array": {
32
"begin": "\\[",
0 commit comments