We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cff95 commit a500d69Copy full SHA for a500d69
website/src/theme/prism-language-heyvl.js
@@ -8,5 +8,5 @@ Prism.languages.heyvl = {
8
},
9
'punctuation': /[{}[\],]/,
10
'operator': /[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\.|forall|exists|\?/,
11
- 'builtin': /\b(Bool|Int|UInt|Real|UReal|EUReal|ite|let)\b/
+ 'builtin': /\b(Bool|Int|UInt|Real|UReal|EUReal|Type|ite|let)\b/
12
};
0 commit comments