You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first open this file in vim, the xml portion has no syntax highlighting. Manually running the command call taggedtemplate#applySyntaxMap() has no effect.
However, if I do set ft=javascript, then run the applySyntaxMap command, the highlighting appears correctly (NB: the autocmd doesn't seem to work - I still need to run the command manually)
The text was updated successfully, but these errors were encountered:
I would like to get syntax highlighting for an xml syntax. My file:
In my
~/.config/nvim/init.vim
I have the following block:When I first open this file in vim, the xml portion has no syntax highlighting. Manually running the command
call taggedtemplate#applySyntaxMap()
has no effect.However, if I do
set ft=javascript
, then run theapplySyntaxMap
command, the highlighting appears correctly (NB: the autocmd doesn't seem to work - I still need to run the command manually)The text was updated successfully, but these errors were encountered: