Skip to content

Commit 03c918c

Browse files
tamdaznobodywasishere
authored andcommitted
Add some missing keywords.
1 parent 51c8203 commit 03c918c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

languages/crystal/highlights.scm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
"alias"
33
"annotation"
4+
"asm"
45
"begin"
56
"break"
67
"case"
@@ -18,24 +19,33 @@
1819
"if"
1920
"in"
2021
"include"
22+
"instance_sizeof"
2123
"lib"
2224
"macro"
2325
"module"
2426
"next"
2527
"of"
28+
"out"
29+
"pointerof"
30+
"previous_def"
2631
"require"
2732
"rescue"
2833
"return"
2934
"select"
35+
"sizeof"
3036
"struct"
37+
"super"
3138
"then"
3239
"type"
40+
"typeof"
41+
"uninitialized"
3342
"union"
3443
"unless"
3544
"until"
3645
"verbatim"
3746
"when"
3847
"while"
48+
"with"
3949
"yield"
4050
] @keyword
4151

0 commit comments

Comments
 (0)