Skip to content

Commit

Permalink
remove bit and add Object as type
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseKPhillips committed May 22, 2013
1 parent 4a853f8 commit e6af0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/d.vim
Expand Up @@ -76,7 +76,7 @@ if exists("d_hl_operator_overload")
endif

syn keyword dType byte ubyte short ushort int uint long ulong cent ucent
syn keyword dType void bool bit
syn keyword dType void bool Object
syn keyword dType float double real
syn keyword dType ushort int uint long ulong float
syn keyword dType char wchar dchar string wstring dstring
Expand Down

0 comments on commit e6af0a2

Please sign in to comment.