lib/rouge/lexers/llvm.rb in rouge-1.7.7 vs lib/rouge/lexers/llvm.rb in rouge-1.8.0
- old
+ new
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*- #
module Rouge
module Lexers
class LLVM < RegexLexer
+ title "LLVM"
desc 'The LLVM Compiler Infrastructure (http://llvm.org/)'
tag 'llvm'
filenames '*.ll'
mimetypes 'text/x-llvm'