Skip to content

Commit

Permalink
Update nmtran.tmLanguage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 5, 2024
1 parent 543afaf commit 753efe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/nmtran.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{
"comment": "Specific $PRIOR record options",
"name": "storage.modifier.controlrecord.options.prior.nmtran",
"match": "(?i:\\b(ITYP|NSAM|ISS|PLEV|CNT)|(NTHETA|NETA|NEPS|NTHP|NETP|NEPP|NPEXP)|(IFND|MODE|IVAR)(DISPLAY|ICMAX)\\b)"
"match": "(?i:\\b(ITYP|NSAM|ISS|PLEV|CNT|NTHETA|NETA|NEPS|NTHP|NETP|NEPP|NPEXP|IFND|MODE|IVAR|DISPLAY|ICMAX)\\b)"
},
{
"comment": "Specific $DATA record options",
Expand Down

0 comments on commit 753efe9

Please sign in to comment.