Skip to content

Commit

Permalink
Updated Xojo Syntax (#2005)
Browse files Browse the repository at this point in the history
* Updated Xojo Syntax

* Update .gitignore

* Updated Xojo Syntax

Added missing Keyword "Var"

---------

Co-authored-by: Tan Le <numbat@fastmail.com>
  • Loading branch information
XojoGermany and tancnle committed Oct 25, 2023
1 parent 73d0e36 commit b3036a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/xojo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Xojo < RegexLexer
new next nil object of optional paramarray
private property protected public raise raiseevent rect redim
removehandler return select shared soft static step sub super
then to true try until using wend while
then to true try until using var wend while
)

keywords_type = %w(
Expand Down

0 comments on commit b3036a7

Please sign in to comment.