Skip to content

Commit f8ca329

Browse files
committed
New bit array options
1 parent c061606 commit f8ca329

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.4.0 - Unreleased
4+
5+
- Updated for Gleam v0.32.0
6+
37
## 1.4.0 - 2023-07-28
48

59
- Updated for Gleam v0.30.0

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ module.exports = function (hljs) {
5454
{
5555
className: "keyword",
5656
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",
57+
"binary bits bytes int float bit_string bit_array bits utf8 utf16 " +
58+
"utf32 utf8_codepoint utf16_codepoint utf32_codepoint signed " +
59+
"unsigned big little native unit size",
6060
},
6161
KEYWORDS,
6262
STRING,

0 commit comments

Comments
 (0)