Skip to content

Commit

Permalink
Merge pull request zah#16 from DAddYE/patch-2
Browse files Browse the repository at this point in the history
Added all ctypes
  • Loading branch information
zah committed Jul 30, 2013
2 parents 0ce7957 + 53bf9e8 commit 1b3ba4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ if nimrod_highlight_builtins == 1
syn keyword nimrodBuiltin int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool
syn keyword nimrodBuiltin char string cstring pointer range array openarray seq
syn keyword nimrodBuiltin set Byte Natural Positive TObject PObject Conversion TResult TAddress
syn keyword nimrodBuiltin BiggestInt BiggestFloat cchar cschar cshort cint
syn keyword nimrodBuiltin clong clonglong cfloat cdouble clongdouble
syn keyword nimrodBuiltin BiggestInt BiggestFloat cchar cschar cshort cint csize cuchar cushort
syn keyword nimrodBuiltin clong clonglong cfloat cdouble clongdouble cuint culong culonglong cchar
syn keyword nimrodBuiltin cstringArray TEndian PFloat32 PFloat64 PInt64 PInt32
syn keyword nimrodBuiltin TGC_Strategy TFile TFileMode TFileHandle isMainModule
syn keyword nimrodBuiltin CompileDate CompileTime NimrodVersion NimrodMajor
Expand Down

0 comments on commit 1b3ba4a

Please sign in to comment.