Highlight full stops

This commit is contained in:
Viktor Varland 2016-01-28 10:35:49 +01:00
parent 818ae715ca
commit 31a2a2aa36

9
syntax/clustertext.vim Normal file
View file

@ -0,0 +1,9 @@
if exists("b:current_syntax")
finish
endif
syntax keyword clustertextKeyword .
highlight link clustertextKeyword Keyword
let b:current_syntax = "clustertext"