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 b894e0b commit 7719207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/nmtran.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@
{
"comment": "protected functions",
"name": "entity.name.function.protected.nmtran",
"match": "(?i:\\bP(LOG(10?)|SQRT|EXP|DZ|ZR|NP|HE|NG|TAN|A(COS|SIN|TAN))\\b)"
"match": "(?i:\\bP(LOG(10)?|SQRT|EXP|DZ|ZR|NP|HE|NG|TAN|A(COS|SIN|TAN))\\b)"
},
{
"comment": "functions",
"name": "entity.name.function.nmtran",
"match": "(?i:\\b(SQRT|EXP|ABS|A?(COS|SIN|TAN)|ATAN2|SIGN|SIN|SINH|TAN|TANH|COTAN|INT|MOD|MIN|MAXLOG|LOG10|RANDOM|GAMLN|REAL|PASS|SUPP)\\b)"
"match": "(?i:\\b(LOG(10)?|SQRT|EXP|ABS|A?(COS|SIN|TAN)|ATAN2|SIGN|SIN|SINH|TAN|TANH|COTAN|INT|MOD|MIN|MAXLOG|LOG10|RANDOM|GAMLN|REAL|PASS|SUPP)(?=\\())"
},
{
"comment": "arithmetic operators",
Expand Down

0 comments on commit 7719207

Please sign in to comment.