Skip to content

Commit

Permalink
Merge pull request #3 from rosemwahlin/master
Browse files Browse the repository at this point in the history
Removed RTI-specific annotations, fixed struct highlighting when open…
  • Loading branch information
fgaranda authored Sep 13, 2020
2 parents 95325de + 21ea45b commit 4fa5597
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions syntaxes/omg.idl.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,6 @@
"match": "\\b(fixed)\\b"
}]
},
"annotation_comment": {
"name": "annotation.omg.idl",
"patterns": [{
"name": "storage.type.annotation.omg.idl",
"match": "//@\\w+.*$"
}]

},
"constr_type_dcl": {
"patterns": [
{"include": "#struct_dcl"},
Expand All @@ -351,7 +343,7 @@
},
"struct_def": {
"name": "meta.storage.struct.omg.idl",
"begin": "(struct)\\s+(\\w+)\\s*((\\:)\\s+(\\w+)){0,1}\\s*\\{",
"begin": "(struct)\\s+(\\w+)\\s*((\\:)\\s+(\\w+)){0,1}\\s*(\\{)*",
"end": "\\}",
"beginCaptures": {
"1": {"name": "storage.type.class.omg.idl"},
Expand Down

0 comments on commit 4fa5597

Please sign in to comment.