Skip to content

Commit

Permalink
Add 'opaque' and 'transparent' keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Dec 12, 2024
1 parent 336ed06 commit 60cb779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/lustre.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
{
"comment": "Keywords",
"name": "keyword.control.lustre",
"match": "\\b(if|then|else|not|and|xor|or|pre|fby|div|mod|lsh|rsh|reachable|provided|assuming|invariant|from|within|at|any|param)\\b"
"match": "\\b(if|then|else|not|and|xor|or|pre|fby|div|mod|lsh|rsh|reachable|provided|assuming|invariant|from|within|at|any|param|opaque|transparent)\\b"
},
{
"comment": "Merge",
Expand Down

0 comments on commit 60cb779

Please sign in to comment.