Skip to content

Commit 07d02b8

Browse files
More modification on colors.
1 parent 9e30dd8 commit 07d02b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Verilog.tmLanguage

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
<dict>
202202
<key>name</key>
203203
<!-- <string>keyword.other.verilog</string> -->
204-
<string>meta.preprocessor.verilog</string>
204+
<string>keyword.preprocessor.verilog</string>
205205
</dict>
206206
<key>2</key>
207207
<dict>
208208
<key>name</key>
209-
<string>entity.name.type.include.verilog</string>
209+
<string>entity.name.filename.include.verilog</string>
210210
</dict>
211211
</dict>
212212
<key>match</key>
@@ -220,7 +220,7 @@
220220
<key>1</key>
221221
<dict>
222222
<key>name</key>
223-
<string>meta.preprocessor.verilog</string>
223+
<string>keyword.preprocessor.verilog</string>
224224
</dict>
225225
<key>2</key>
226226
<dict>
@@ -237,7 +237,7 @@
237237
<key>match</key>
238238
<string>`(celldefine|default_nettype|define|else|elsif|endcelldefine|endif|ifdef|ifndef|include|line|nounconnected_drive|resetall|timescale|unconnected_drive|undef)\b</string>
239239
<key>name</key>
240-
<string>meta.preprocessor.verilog</string>
240+
<string>keyword.preprocessor.verilog</string>
241241
</dict>
242242
<dict>
243243
<key>match</key>

0 commit comments

Comments
 (0)