Skip to content

Commit 1c1cb9a

Browse files
committed
fix(vscode): Highlightning comments in text mate mode
1 parent 0f8c134 commit 1c1cb9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

syntaxes/robotframework.tmLanguage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@
204204
}
205205
},
206206
"patterns": [
207+
{
208+
"include": "#comment"
209+
},
207210
{
208211
"include": "#header"
209212
},
@@ -221,9 +224,6 @@
221224
},
222225
{
223226
"include": "#returning_keyword_call"
224-
},
225-
{
226-
"include": "#comment"
227227
}
228228
],
229229

0 commit comments

Comments
 (0)