Skip to content

Commit 79b8b61

Browse files
Slikeysorbits
authored andcommitted
Add var as primitive keyword to Java.plist
1 parent d532ad3 commit 79b8b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Syntaxes/Java.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@
13751375
<array>
13761376
<dict>
13771377
<key>match</key>
1378-
<string>\b(?:void|boolean|byte|char|short|int|float|long|double)\b</string>
1378+
<string>\b(?:void|var|boolean|byte|char|short|int|float|long|double)\b</string>
13791379
<key>name</key>
13801380
<string>storage.type.primitive.java</string>
13811381
</dict>

0 commit comments

Comments
 (0)