class Rouge::Lexers::GDScript

def self.keywords

def self.keywords
  @keywords = %w(
    and in not or as breakpoint class class_name extends is func setget
    signal tool const enum export onready static var break continue
    if elif else for pass return match while remote master puppet
    remotesync mastersync puppetsync
  ).join('|')
end