Skip to content

Commit

Permalink
syntax support for new 'within' keyword for 'each' loops
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Feb 17, 2024
1 parent 02cf0b0 commit 7b0162c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax/geany/filetypes.Objeck.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[keywords]
# all items must be in one line
primary=class method function public abstract private static native virtual Parent As from implements interface enum alias consts bundle use leaving if else do while select break continue other for each reverse label return critical New and or xor true false
primary=class method function public abstract private static native virtual Parent As from implements interface enum alias consts bundle use leaving if else do while within select break continue other for each reverse label return critical New and or xor true false
secondary=Nil Byte ByteRef Int IntRef Float FloatRef Char CharRef Bool BoolRef String BaseArrayRef BoolArrayRef ByteArrayRef CharArrayRef FloatArrayRef IntArrayRef StringArrayRef Func2Ref Func3Ref Func4Ref FuncRef

[lexer_properties=C]
Expand Down
1 change: 1 addition & 0 deletions docs/syntax/lite-xl/language_objeck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ syntax.add {
["else"] = "keyword",
["do"] = "keyword",
["while"] = "keyword",
["within"] = "keyword",
["select"] = "keyword",
["break"] = "keyword",
["continue"] = "keyword",
Expand Down

0 comments on commit 7b0162c

Please sign in to comment.