forked from simpsonjulian/cypher-vim-syntax
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Victoria Stuart edited this page Mar 29, 2018
·
5 revisions
Hello -- thanks for this plugin; much appreciated.
How are the syntax colors set (through vim, itself, or perhaps the tcomment plugin, which I have also installed)?
A technical comment: the syntax highlighting does not appear to work for "numbered" files, e.g:
glycolysis.3.cypher
but does work for
glycolysis3.cypher
Except for the names, the files are identical. I'm guessing that this issue is due to file name globbing, via this line:
autocmd BufNewFile,BufRead *.cypher setfiletype cypher