SungHyun Nam, 11.09.2008:
> 
> Adding fillowing lines to a makefile broke syntax highlighting.
> 
> a := $(subst ',,$(flags))
> b := $(subst ",,$(flags))
> 
> Can this be fixed?

If it's still an issue, I know a workaround used in buildroot.

Adding
#')
respectively
#")
on the next line helps (though not 100%), but isn't very nice.

Markus



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to