lib/rouge/lexers/ocaml.rb in rouge-1.7.7 vs lib/rouge/lexers/ocaml.rb in rouge-1.8.0
- old
+ new
@@ -1,10 +1,11 @@
# -*- coding: utf-8 -*- #
module Rouge
module Lexers
class OCaml < RegexLexer
+ title "OCaml"
desc 'Objective CAML (ocaml.org)'
tag 'ocaml'
filenames '*.ml', '*.mli', '*.mll', '*.mly'
mimetypes 'text/x-ocaml'
@@ -106,6 +107,5 @@
rule id, Name, :pop!
end
end
end
end
-