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 8aa4d49 commit 260f0d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions book/javascript/highlightjs-gleam.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ hljs.registerLanguage("gleam", 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
6 changes: 3 additions & 3 deletions javascript/highlightjs-gleam.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ hljs.registerLanguage("gleam", 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 260f0d6

Please sign in to comment.