We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270c6fa + a311658 commit 364e144Copy full SHA for 364e144
queries/highlights-nvim.scm
@@ -139,6 +139,7 @@
139
; Keywords
140
[
141
"contract"
142
+ "abstract"
143
"interface"
144
"library"
145
"is"
queries/highlights.scm
@@ -60,7 +60,7 @@
60
name: (identifier) @function)
61
(yul_evm_builtin) @function.builtin
62
63
-; Use contructor coloring for special functions
+; Use constructor coloring for special functions
64
(constructor_definition "constructor" @constructor)
65
(fallback_receive_definition "receive" @constructor)
66
(fallback_receive_definition "fallback" @constructor)
@@ -100,6 +100,7 @@
100
101
"pragma"
102
103
104
105
106
0 commit comments