Skip to content

Commit a500d69

Browse files
committed
website: update syntax highlighter
1 parent 77cff95 commit a500d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/theme/prism-language-heyvl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Prism.languages.heyvl = {
88
},
99
'punctuation': /[{}[\],]/,
1010
'operator': /[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\.|forall|exists|\?/,
11-
'builtin': /\b(Bool|Int|UInt|Real|UReal|EUReal|ite|let)\b/
11+
'builtin': /\b(Bool|Int|UInt|Real|UReal|EUReal|Type|ite|let)\b/
1212
};

0 commit comments

Comments
 (0)