lib/rouge/lexers/glsl.rb in rouge-1.9.1 vs lib/rouge/lexers/glsl.rb in rouge-1.10.0
- old
+ new
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*- #
module Rouge
module Lexers
- load_const :C, 'c.rb'
-
+ load_lexer 'c.rb'
+
# This file defines the GLSL language lexer to the Rouge
# syntax highlighter.
#
# Author: Sri Harsha Chilakapati
class Glsl < C