Skip to content

Commit

Permalink
Add missing Lua keyword (ilai-deutel#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
auzkok authored Jan 19, 2024
1 parent 9dd6c5f commit f63acb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax.d/lua.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ singleline_string_quotes="
singleline_comment_start=--
multiline_comment_delims=--[[, --]]
multiline_string_delim="
; https://www.lua.org/pil/1.3.html
keywords_1=and, break, do, else, elseif, end, false, for, function, if, in, local, nil, not, or, repeat, return, then, true, until, while
; https://lua.org/manual/5.4/manual.html#3.1
keywords_1=and, break, do, else, elseif, end, false, for, function, goto, if, in, local, nil, not, or, repeat, return, then, true, until, while

0 comments on commit f63acb5

Please sign in to comment.