class Rouge::Lexers::LLVM

Public Class Methods

instructions() click to toggle source
# File lib/rouge/lexers/llvm.rb, line 21
def self.instructions
  Kernel::load File.join(Lexers::BASE_DIR, "llvm/keywords.rb")
  instructions
end
keywords() click to toggle source
# File lib/rouge/lexers/llvm.rb, line 16
def self.keywords
  Kernel::load File.join(Lexers::BASE_DIR, "llvm/keywords.rb")
  keywords
end
types() click to toggle source
# File lib/rouge/lexers/llvm.rb, line 26
def self.types
  Kernel::load File.join(Lexers::BASE_DIR, "llvm/keywords.rb")
  types
end