Ticket #3683: initial support of GLSL syntax highlighting.
commit834c09a283490a85ab9bbc7c49cc9d7190dfef30
authorSergey Sharybin <sergey.vfx@gmail.com>
Mon, 29 Aug 2016 18:01:09 +0000 (29 20:01 +0200)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 31 Aug 2016 08:06:28 +0000 (31 11:06 +0300)
treedb0059548bd7bfd30c13d9e31dbeb024a2710cc2
parent03742623debb1a7fa1a0e216672b27657e4e4345
Ticket #3683: initial support of GLSL syntax highlighting.

This is an initial support of GLSL syntax highlight for mcedit.
Keyword and and built-in function lists are based on glsl-mode.el
from emacs (which is originally written by Xavier Decoret and
Jim Hourihan).

Supports GLSL 4.5.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
misc/syntax/Makefile.am
misc/syntax/Syntax.in
misc/syntax/glsl.syntax [new file with mode: 0644]