Skip to content

Commit

Permalink
New bit array options
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 30, 2023
1 parent c061606 commit f8ca329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0 - Unreleased

- Updated for Gleam v0.32.0

## 1.4.0 - 2023-07-28

- Updated for Gleam v0.30.0
Expand Down
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ module.exports = function (hljs) {
{
className: "keyword",
beginKeywords:
"binary bytes int float bit_string bits utf8 utf16 utf32 " +
"utf8_codepoint utf16_codepoint utf32_codepoint signed unsigned " +
"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",
},
KEYWORDS,
STRING,
Expand Down

0 comments on commit f8ca329

Please sign in to comment.