Skip to content

Commit

Permalink
[Lua] Remove unused expression-stmt and -end
Browse files Browse the repository at this point in the history
  • Loading branch information
mbartlett21 committed Feb 6, 2025
1 parent e8c818c commit 1e281cf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Lua/Lua.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,6 @@ contexts:
- expression-end
- expression-begin

expression-stmt:
- match: ''
set:
- expression-stmt-end
- expression-begin

expression-list:
- match: ''
set:
Expand Down Expand Up @@ -406,14 +400,6 @@ contexts:

- include: else-pop

expression-stmt-end:
- match: =(?!=)
scope: keyword.operator.assignment.lua
set:
- expression-end
- expression-begin
- include: expression-end

expression-list-end:
- match: ','
scope: punctuation.separator.comma.lua
Expand Down

0 comments on commit 1e281cf

Please sign in to comment.