lib/rouge/lexers/mosel.rb in rouge-4.1.0 vs lib/rouge/lexers/mosel.rb in rouge-4.1.1
- old
+ new
@@ -11,13 +11,9 @@
# http://www.fico.com/en/products/fico-xpress-optimization-suite
filenames '*.mos'
mimetypes 'text/x-mosel'
- def self.detect?(text)
- return true if text =~ /^\s*(model|package)\s+/
- end
-
id = /[a-zA-Z_][a-zA-Z0-9_]*/
############################################################################################################################
# General language lements
############################################################################################################################