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 c29e42d commit 7debb70Copy full SHA for 7debb70
integration/vscode/ada/syntaxes/gpr.tmLanguage.json
@@ -276,7 +276,7 @@
276
},
277
"project": {
278
"name": "meta.project.gpr",
279
- "begin": "(?i)\\b(?:(abstract|aggregate|library)\\s+)?(project)\\s+((?:\\w|\\d|_)+)\\b",
+ "begin": "(?i)\\b(?:(abstract|aggregate|library|standard)\\s+)?(project)\\s+((?:\\w|\\d|_)+)\\b",
280
"end": "(?i)\\b(end)\\s+(\\3)\\s*(;)",
281
"beginCaptures": {
282
"1": { "name": "keyword.gpr" },
@@ -304,7 +304,8 @@
304
{ "include": "#comment" },
305
{ "include": "#attribute" },
306
{ "include": "#type" },
307
- { "include": "#variable" }
+ { "include": "#variable" },
308
+ { "include": "#case_construction" }
309
]
310
311
{
0 commit comments