Update LESS syntax highlighting (#92)

This commit is contained in:
Simon Smith
2017-03-06 16:49:46 +00:00
committed by Josh Dick
parent 0099abf4f3
commit 72d319fbec
2 changed files with 10 additions and 0 deletions

View File

@@ -333,6 +333,11 @@ call s:h("jsonString", { "fg": s:green })
call s:h("jsonStringSQError", { "fg": s:red, "gui": "reverse" }) call s:h("jsonStringSQError", { "fg": s:red, "gui": "reverse" })
call s:h("jsonSemicolonError", { "fg": s:red, "gui": "reverse" }) call s:h("jsonSemicolonError", { "fg": s:red, "gui": "reverse" })
" LESS
call s:h("lessVariable", { "fg": s:purple })
call s:h("lessAmpersandChar", { "fg": s:white })
call s:h("lessClass", { "fg": s:dark_yellow })
" Markdown " Markdown
call s:h("markdownCode", { "fg": s:green }) call s:h("markdownCode", { "fg": s:green })
call s:h("markdownCodeBlock", { "fg": s:green }) call s:h("markdownCodeBlock", { "fg": s:green })

View File

@@ -333,6 +333,11 @@ call s:h("jsonString", { "fg": s:green })
call s:h("jsonStringSQError", { "fg": s:red, "gui": "reverse" }) call s:h("jsonStringSQError", { "fg": s:red, "gui": "reverse" })
call s:h("jsonSemicolonError", { "fg": s:red, "gui": "reverse" }) call s:h("jsonSemicolonError", { "fg": s:red, "gui": "reverse" })
" LESS
call s:h("lessVariable", { "fg": s:purple })
call s:h("lessAmpersandChar", { "fg": s:white })
call s:h("lessClass", { "fg": s:dark_yellow })
" Markdown " Markdown
call s:h("markdownCode", { "fg": s:green }) call s:h("markdownCode", { "fg": s:green })
call s:h("markdownCodeBlock", { "fg": s:green }) call s:h("markdownCodeBlock", { "fg": s:green })