components/prism-glsl.js


Log

Author Commit Date CI Message
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote e66d21b0 2017-10-22T14:37:21 GLSL: Regexp optimisation
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
Golmote 90735046 2015-09-06T19:02:52 GLSL: Fix comments
Golmote 69344cb7 2015-07-01T07:10:55 Add support for GLSL (OpenGL Shading Language)