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 c061606 commit f8ca329Copy full SHA for f8ca329
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.4.0 - Unreleased
4
+
5
+- Updated for Gleam v0.32.0
6
7
## 1.4.0 - 2023-07-28
8
9
- Updated for Gleam v0.30.0
index.js
@@ -54,9 +54,9 @@ module.exports = function (hljs) {
54
{
55
className: "keyword",
56
beginKeywords:
57
- "binary bytes int float bit_string bits utf8 utf16 utf32 " +
58
- "utf8_codepoint utf16_codepoint utf32_codepoint signed unsigned " +
59
- "big little native unit size",
+ "binary bits bytes int float bit_string bit_array bits utf8 utf16 " +
+ "utf32 utf8_codepoint utf16_codepoint utf32_codepoint signed " +
+ "unsigned big little native unit size",
60
},
61
KEYWORDS,
62
STRING,
0 commit comments