¡@

Home 

python Programming Glossary: current_syntax

Trouble using Vim's syn-include and syn-region to embed syntax highlighting

http://stackoverflow.com/questions/5176972/trouble-using-vims-syn-include-and-syn-region-to-embed-syntax-highlighting

file now looks like this runtime syntax tex.vim unlet b current_syntax syntax include @Python syntax python.vim syntax region pythonCode.. begin python end end python contains @Python The unlet b current_syntax command is meant to force the python.vim syntax file to execute.. definition. So syntax rtex.vim now looks like this let b current_syntax '' unlet b current_syntax runtime syntax tex.vim let b current_syntax..