class Rouge::Lexers::LLVM
Public Class Methods
Source
# File lib/rouge/lexers/llvm.rb, line 21 def self.instructions Kernel::load File.join(Lexers::BASE_DIR, "llvm/keywords.rb") instructions end
Source
# File lib/rouge/lexers/llvm.rb, line 16 def self.keywords Kernel::load File.join(Lexers::BASE_DIR, "llvm/keywords.rb") keywords end
Source
# File lib/rouge/lexers/llvm.rb, line 26 def self.types Kernel::load File.join(Lexers::BASE_DIR, "llvm/keywords.rb") types end