We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c8203 + 3a608ce commit 719e0a9Copy full SHA for 719e0a9
languages/crystal/highlights.scm
@@ -1,5 +1,6 @@
1
[
2
"alias"
3
+ "alignof"
4
"annotation"
5
"begin"
6
"break"
@@ -18,24 +19,33 @@
18
19
"if"
20
"in"
21
"include"
22
+ "instance_alignof"
23
+ "instance_sizeof"
24
"lib"
25
"macro"
26
"module"
27
"next"
28
"of"
29
+ "offsetof"
30
+ "out"
31
+ "pointerof"
32
"require"
33
"rescue"
34
"return"
35
"select"
36
+ "sizeof"
37
"struct"
38
"then"
39
"type"
40
+ "typeof"
41
+ "uninitialized"
42
"union"
43
"unless"
44
"until"
45
"verbatim"
46
"when"
47
"while"
48
+ "with"
49
"yield"
50
] @keyword
51
@@ -236,3 +246,6 @@
236
246
(call
237
247
method: (_) @keyword
238
248
(#match? @keyword "record"))
249
+
250
+((identifier) @keyword
251
+ (#match? @keyword "(previous_def|super)"))
0 commit comments