Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit a6a2672

Browse files
authored
Add missing bit_field
1 parent 6c3c64d commit a6a2672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Odin.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
</dict>
224224
<dict>
225225
<key>match</key>
226-
<string>\b(struct|enum|union|map|bit_set|dynamic)\b</string>
226+
<string>\b(struct|enum|union|map|bit_set|bit_field|dynamic)\b</string>
227227
<key>name</key>
228228
<string>storage.type.odin</string>
229229
</dict>

0 commit comments

Comments
 (0)