class Rouge::Lexers::Syzprog

Public Class Methods

keywords() click to toggle source
# File lib/rouge/lexers/syzprog.rb, line 9
def self.keywords
  @keywords ||= Set.new %w(
    ANY ANYBLOB ANYPTR ANYPTR64 ANYPTRS ANYRES16 ANYRES32 ANYRES64
    ANYRESDEC ANYRESHEX ANYRESOCT ANYUNION AUTO false nil true void
    async fail_nth rerun
  )
end