Skip to content

Commit

Permalink
Correctly highlight assume.
Browse files Browse the repository at this point in the history
Fixes #48.
  • Loading branch information
gebner committed Oct 16, 2024
1 parent 087a341 commit 7733053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/fstar.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"keywords": {
"patterns": [{
"name": "keyword.control.fstar",
"match": "\\b(attributes|noeq|unopteq|and|assert|assume|begin|by|calc|class|default|decreases|effect|eliminate|else|end|ensures|exception|exists|false|friend|forall|fun|function|if|in|include|inline|inline_for_extraction|instance|introduce|irreducible|let|logic|match|returns|as|module|new|new_effect|layered_effect|polymonadic_bind|polymonadic_subcomp|noextract|of|open|opaque|private|quote|range_of|rec|reifiable|reify|reflectable|requires|set_range_of|sub_effect|synth|then|total|true|try|type|unfold|unfoldable|val|when|with)\\b"
"match": "\\b(attributes|noeq|unopteq|and|assert|begin|by|calc|class|default|decreases|effect|eliminate|else|end|ensures|exception|exists|false|friend|forall|fun|function|if|in|include|inline|inline_for_extraction|instance|introduce|irreducible|let|logic|match|returns|as|module|new|new_effect|layered_effect|polymonadic_bind|polymonadic_subcomp|noextract|of|open|opaque|private|quote|range_of|rec|reifiable|reify|reflectable|requires|set_range_of|sub_effect|synth|then|total|true|try|type|unfold|unfoldable|val|when|with)\\b"
}]
},
"strings": {
Expand Down

0 comments on commit 7733053

Please sign in to comment.