class Rouge::Lexers::Syzlang
Public Class Methods
keywords()
click to toggle source
# File lib/rouge/lexers/syzlang.rb, line 10 def self.keywords @keywords ||= Set.new %w( align breaks_returns dec define disabled hex ignore_return in incdir include inet inout oct opt out packed parent prog_timeout pseudo resource size syscall timeout type varlen ) end
keywords_type()
click to toggle source
# File lib/rouge/lexers/syzlang.rb, line 18 def self.keywords_type @keywords_type ||= Set.new %w( array bitsize bool16 bool32 bool64 bool8 boolptr buffer bytesize bytesize2 bytesize4 bytesize8 const csum filename fileoff flags fmt int16 int16be int32 int32be int64 int64be int8 int8be intptr len offsetof optional proc ptr ptr64 string stringnoz text vma vma64 void ) end