Skip to content

Commit

Permalink
Fix Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
viluon committed May 27, 2016
1 parent 2c28540 commit 033e5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Finally right-click the linter.py file in the archive's root and select "Edit".

![](https://i.imgur.com/iCU6p7C.png)

Once in Sublime Text, locate the line that says `syntax = 'lua'`, and change it to `syntax = ('lua', 'luae')`. This will ensure the Lua syntax is still linted, and LuaExtended as well.
Once in Sublime Text, locate the line that says `syntax = 'lua'`, and change it to `syntax = ('lua', 'luaextended')`. This will ensure the Lua syntax is still linted, and LuaExtended as well.

![](https://i.imgur.com/UJaZve0.png)
![](https://i.imgur.com/W2ldXl2.png)

Save the changes. 7Zip will ask you whether to apply the changes to the archive, select "Yes".

Expand Down

0 comments on commit 033e5d0

Please sign in to comment.