This commit is contained in:
Adam Stankiewicz
2021-06-04 10:10:52 +02:00
parent c312d30231
commit 27756b129b
2 changed files with 3 additions and 1 deletions

View File

@@ -1945,7 +1945,7 @@ filetypes:
- t - t
--- ---
name: gitignore name: gitignore
remote: fszymanski/fzf-gitignore remote: SirJson/fzf-gitignore
filetypes: filetypes:
- name: gitignore - name: gitignore
filenames: filenames:

View File

@@ -92,6 +92,7 @@ hi def link vCodeGen Identifier
" Predefined types " Predefined types
syn keyword vType chan map bool string error voidptr syn keyword vType chan map bool string error voidptr
syn match vOptionalType "\%(\<?\)\@<=\(chan\|map\|bool\|string\|error\|voidptr\)"
syn keyword vSignedInts int i8 i16 i64 rune intptr syn keyword vSignedInts int i8 i16 i64 rune intptr
syn keyword vUnsignedInts byte u16 u32 u64 byteptr syn keyword vUnsignedInts byte u16 u32 u64 byteptr
syn keyword vFloats f32 f64 floatptr syn keyword vFloats f32 f64 floatptr
@@ -99,6 +100,7 @@ syn keyword vFloats f32 f64 floatptr
" syn keyword vComplexes complex64 complex128 " syn keyword vComplexes complex64 complex128
hi def link vType Type hi def link vType Type
hi def link vOptionalType Type
hi def link vSignedInts Type hi def link vSignedInts Type
hi def link vUnsignedInts Type hi def link vUnsignedInts Type
hi def link vFloats Type hi def link vFloats Type