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 5567059 commit 367f17aCopy full SHA for 367f17a
packages/syntaxes/src/ccini.tmLanguage.yaml
@@ -18,7 +18,7 @@ repository:
18
beginCaptures:
19
'1':
20
name: keyword
21
- end: ^(?!\t+)
+ end: ^(?!\t+|$)
22
patterns:
23
- include: '#comments'
24
- include: '#assignments'
tests/Index.ini
@@ -8,6 +8,7 @@ DataModule
8
X = 1
9
Y = 3
10
Test = ContentFile
11
+
12
FilePath = test
13
Test = Color
14
R = 4
0 commit comments