Skip to content

Commit

Permalink
docs(syntax): fix the highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Jan 16, 2025
1 parent 0456db1 commit fe99203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/theme/jule-highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ hljs.registerLanguage('jule', (hljs) => ({
aliases: ['jule'],
keywords: {
keyword:
'chan map error use fn struct byte rune enum unsafe const let static match defer if else for in impl trait break continue goto cpp type ret fall co let select',
'chan map error use fn struct byte rune enum unsafe let match defer if else for in impl trait break continue goto cpp type ret fall co let select',
type:
'int uint uintptr i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 bool str any byte rune',
storage:
'static const mut pub self',
constant:
'static const mut self',
literal:
'true false nil',
},
contains: [
Expand Down

0 comments on commit fe99203

Please sign in to comment.