blob: 64fe63a94ea41b329784ab0703fc54503e702a4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
" Language: OpenGL Shading Language
" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
syn include @GLSL syntax/glsl.vim
syn region GLSL
\ start="\[glsl|"
\ keepend
\ contained
\ end="|\]"
\ contains=@GLSL
|