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 8a47f55 commit 7fefe60Copy full SHA for 7fefe60
samples/fgd/test.fgd
@@ -19,6 +19,7 @@
19
]
20
21
KeyvalueExample4(string) : "Keyvalue Display Name" : "Default" : "Description"
22
+ KeyvalueExample5( string ) : "Keyvalue Display Name" : "Default" : "Description"
23
24
input InputExample(void) : "Description"
25
syntaxes/fgd.tmLanguage.json
@@ -107,7 +107,7 @@
107
108
}
109
},
110
- "end": "(\\w+)\\)",
+ "end": "(\\w+)\\s*\\)",
111
"endCaptures": {
112
"1": {
113
"patterns": [
0 commit comments