Skip to content

Commit cca364c

Browse files
committed
TM: Undo some temp changes
1 parent 801df0d commit cca364c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

syntaxes/c3.tmLanguage.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,11 +1405,11 @@
14051405
},
14061406
{
14071407
"match": "(?<!#)\\$?\\b(?:_*[a-z][_a-zA-Z0-9]*)\\b",
1408-
"name": "variable.other.declaration.c3"
1408+
"name": "variable.other.c3"
14091409
},
14101410
{
14111411
"match": "\\b(?:_*[A-Z][_A-Z0-9]*)\\b",
1412-
"name": "variable.other.constant.declaration.c3"
1412+
"name": "variable.other.constant.c3"
14131413
},
14141414
{
14151415
"include": "#attribute"
@@ -1481,7 +1481,6 @@
14811481
"name": "punctuation.separator.c3"
14821482
}
14831483
},
1484-
"contentName": "TODO",
14851484
"patterns": [
14861485
{
14871486
"include": "#expression"

syntaxes/c3.tmLanguage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ repository:
347347
contentName: meta.function.c3 meta.block.c3
348348
patterns:
349349
- include: "#statements"
350-
# Lambda function body
350+
# Lambda function body TODO FIXME
351351
- begin: \=>
352352
beginCaptures:
353353
0: { name: meta.function.c3 keyword.declaration.function.arrow.c3 }
@@ -758,7 +758,6 @@ repository:
758758
end: ':'
759759
endCaptures:
760760
0: { name: punctuation.separator.c3 }
761-
contentName: 'TODO'
762761
patterns:
763762
- include: "#expression"
764763
# for

0 commit comments

Comments
 (0)