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.
1 parent 03c918c commit 3a608ceCopy full SHA for 3a608ce
languages/crystal/highlights.scm
@@ -1,7 +1,7 @@
1
[
2
"alias"
3
+ "alignof"
4
"annotation"
- "asm"
5
"begin"
6
"break"
7
"case"
@@ -19,22 +19,22 @@
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"
- "previous_def"
32
"require"
33
"rescue"
34
"return"
35
"select"
36
"sizeof"
37
"struct"
- "super"
38
"then"
39
"type"
40
"typeof"
@@ -246,3 +246,6 @@
246
(call
247
method: (_) @keyword
248
(#match? @keyword "record"))
249
+
250
+((identifier) @keyword
251
+ (#match? @keyword "(previous_def|super)"))
0 commit comments