|
2 |
edited tags
|
||
|
1 |
|
||
Vim:embedded syntax highligtingI have a custom xml file format which can contain blocks of code within certain tags. For example:
How can I get vim to use sql syntax highlighting for the text inside I know Vim can already do this because it correctly highlights javascript inside html files. I tried inspecting the html syntax file but couldn't really figure it out.
|
||||
