From a6b0efd5301406adb44dfb12bfc73cf40f28b55b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 10 Oct 2015 17:15:29 +0200 Subject: Add glsl and kotlin languages, fixes #72, #71 --- after/syntax/html.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'after/syntax') diff --git a/after/syntax/html.vim b/after/syntax/html.vim index 5211a9cc..5881b3e8 100644 --- a/after/syntax/html.vim +++ b/after/syntax/html.vim @@ -12,6 +12,19 @@ syn region coffeeScript start=#"me=s-1 + \ contains=@GLSL,htmlScriptTag,@htmlPreproc + endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'less') == -1 -- cgit v1.2.3