[dev] add element on the glsl highlight

This commit is contained in:
Edouard DUPIN 2013-03-02 12:03:26 +01:00
parent ed462a3b36
commit e56ade0856

View File

@ -52,11 +52,11 @@
</rule>
<rule name="my type">
<color>type</color>
<start>\@bool|float|int|(vec|mat|ivect|bvect)[2-4]\@</start>
<start>\@void|bool|float|int|(vec|mat|ivect|bvect)[2-4]\@</start>
</rule>
<rule name="my storage keyword">
<color>storageKeyword</color>
<start>\@varying|uniform|attribute\@</start>
<start>\@varying|uniform|attribute|precision|mediump\@</start>
</rule>
<rule name="numeric constant">
<color>number</color>