Skip to content

Commit

Permalink
Add missing bit_field
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Apr 30, 2024
1 parent 6c3c64d commit a6a2672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Odin.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(struct|enum|union|map|bit_set|dynamic)\b</string>
<string>\b(struct|enum|union|map|bit_set|bit_field|dynamic)\b</string>
<key>name</key>
<string>storage.type.odin</string>
</dict>
Expand Down

0 comments on commit a6a2672

Please sign in to comment.