Skip to content

Commit

Permalink
Remove non-existent keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Someon1e committed Jun 9, 2024
1 parent bb11942 commit a08c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/luau.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function (hljs) {
$pattern: hljs.UNDERSCORE_IDENT_RE,
literal: 'true false nil',
keyword:
'and break do else elseif end for goto if in local not or repeat return then until while',
'and break do else elseif end for if in local not or repeat return then until while',
built_in: BUILT_IN
},
contains: COMMENTS.concat([
Expand Down

0 comments on commit a08c818

Please sign in to comment.