Axel Bender wrote: > @ZyX > > The layout of my files is as follows: > > Z:\bin\vim\syntax\html.vim > Z:\bin\vim\syntax\markdown.vim > > Still, I get the following error message when editing a MD file: > > "readme.md" [unix] 136L, 5524C > Error detected while processing z:\bin\vim\syntax\html.vim: > line 209: > E409: Unknown group name: > css.*Attr,css.*Prop,cssComment,cssLength,cssColor,cssURL,cssImportant,cssError,cssString,@htmlPreproc > E475: Invalid argument: htmlCssDefinition matchgroup=htmlArg start='style="' > keepend matchgroup=htmlString end='"' > contains=css.*Attr,css.*Prop,cssComment,cssLength,cssColor,cssURL,cssImportant,cssError,cssString,@htmlPreproc > "readme.md" line 37 of 136 --27%-- col 1 > > > Making said change in markdown.vim has the error disappear.
Apparently you skip loading the html syntax. That's not a solution but a workaround. I don't see that error and I can't guess why you get it. Perhaps that syntax/html.vim is outdated? -- "How is your new girlfriend?" "90-60-90 man!" "What, pale purple?" /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
