From 9fe009095afdb86f6f771109ac454ccfc5340f31 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 6 Dec 2017 13:05:56 +0100 Subject: Change julia provider to JuliaEditorSupport/julia-vim, closes #253 --- after/syntax/html.vim | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'after/syntax') diff --git a/after/syntax/html.vim b/after/syntax/html.vim index 43c0c41e..0ba2c14d 100644 --- a/after/syntax/html.vim +++ b/after/syntax/html.vim @@ -21,19 +21,6 @@ if exists('s:current_syntax_save') unlet s:current_syntax_save endif -endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'glsl') == -1 - -" Language: OpenGL Shading Language -" Maintainer: Sergey Tikhomirov - -syn include @GLSL syntax/glsl.vim -syn region ShaderScript - \ start=""me=s-1 - \ contains=@GLSL,htmlScriptTag,@htmlPreproc - endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1 -- cgit v1.2.3