We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32b46f commit 2d0fbbbCopy full SHA for 2d0fbbb
1 file changed
syntaxes/editorconfig.tmLanguage.json
@@ -30,7 +30,7 @@
30
"patterns": [
31
{
32
"name": "comment.line.number-sign.editorconfig",
33
- "begin": "(\\s*)(#)",
+ "begin": "^(\\s*)(#)",
34
"end": "$",
35
"beginCaptures": {
36
"1": {
@@ -43,7 +43,7 @@
43
},
44
45
"name": "comment.line.semicolon.editorconfig",
46
- "begin": "(\\s*)(;)",
+ "begin": "^(\\s*)(;)",
47
48
49
0 commit comments