I’m trying to get syntax highlighting in vim for sqlite3. The tcl_sqlite.vim The install details are:
Place in ~/.vim/syntax/
Activated by uncommenting the option at the top of the tcl.vim file.
I have the tcl.vim file in the my ~/.vim/syntax/
Which lines do i uncomment? What is the option?
Lines 19-29 from tcl.vim are:
"at the beginning of a line means it’s commented out. It looks likes:tcl_highlight_allis enabled by default so you shouldn’t have to do anything unless you want to cherry-pick which things to highlight, in which case you’d uncomment those lines instead.