Skip to content

Commit

Permalink
Support for the 'include' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
beurdouche committed Feb 24, 2017
1 parent 3a48165 commit f7b9820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstar-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ error."
"kind" "type" "logic" "new" "abstract"
"unfold" "irreducible" "inline_for_extraction" "noeq" "noextract"
"private" "opaque" "total" "default" "reifiable" "reflectable"
"open" "module")
"open" "module" "include")
'symbols))

(defconst fstar-syntax-preprocessor
Expand Down

0 comments on commit f7b9820

Please sign in to comment.