Highlight full stops
This commit is contained in:
parent
818ae715ca
commit
31a2a2aa36
9
syntax/clustertext.vim
Normal file
9
syntax/clustertext.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword clustertextKeyword .
|
||||
|
||||
highlight link clustertextKeyword Keyword
|
||||
|
||||
let b:current_syntax = "clustertext"
|
Loading…
Reference in a new issue