Skip to content

Commit 73f0a30

Browse files
committed
syntax: update cpp/extern keyword
1 parent f516b7a commit 73f0a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/jule.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
syntax region juleDirective start="#\p\+\>" end="$" contains=juleComment,juleLineComment
1414

1515
" core keywords
16-
syntax keyword juleKeyword chan error use fn struct enum unsafe let match defer if else for in impl trait break continue goto cpp type ret fall co select
16+
syntax keyword juleKeyword chan error use fn struct enum unsafe let match defer if else for in impl trait break continue goto extern type ret fall co select
1717

1818
" type keywords
1919
syntax keyword juleType int uint uintptr i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 cmplx64 cmplx128 bool str any byte rune map

0 commit comments

Comments
 (0)