blob: b3f3a380e8353a5caefac5157559bee39c574c72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
" Language: OpenGL Shading Language
" Maintainer: Sergii Tykhomyrov <sergii@tykhomyrov.net>
syn include @GLSL syntax/glsl.vim
syn region GLSL
\ start="\[glsl|"
\ keepend
\ contained
\ end="|\]"
\ contains=@GLSL
|