Fix syntax name
b:current_syntax should be set to "snippets", as that's the filetype, not "snippet".
This commit is contained in:
parent
cab1509952
commit
636546bebc
@ -73,4 +73,4 @@ hi def link snipGlobal Normal
|
||||
hi def link snipClear Statement
|
||||
hi def link snipPriority Statement
|
||||
|
||||
let b:current_syntax = "snippet"
|
||||
let b:current_syntax = "snippets"
|
||||
|
Loading…
Reference in New Issue
Block a user