Skip to content

Commit 364e144

Browse files
authored
Merge pull request #71 from LeoPatOZ/master
Add abstract to keywords
2 parents 270c6fa + a311658 commit 364e144

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

queries/highlights-nvim.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
; Keywords
140140
[
141141
"contract"
142+
"abstract"
142143
"interface"
143144
"library"
144145
"is"

queries/highlights.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
name: (identifier) @function)
6161
(yul_evm_builtin) @function.builtin
6262

63-
; Use contructor coloring for special functions
63+
; Use constructor coloring for special functions
6464
(constructor_definition "constructor" @constructor)
6565
(fallback_receive_definition "receive" @constructor)
6666
(fallback_receive_definition "fallback" @constructor)
@@ -100,6 +100,7 @@
100100
[
101101
"pragma"
102102
"contract"
103+
"abstract"
103104
"interface"
104105
"library"
105106
"is"

0 commit comments

Comments
 (0)