Skip to content

Commit

Permalink
Make auto-completion case sensitive for lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftidore authored and donho committed Oct 30, 2024
1 parent 93ecbb0 commit 3311924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerEditor/installer/APIs/lua.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<AutoComplete language="LUA">
<Environment ignoreCase="yes" startFunc="(" stopFunc=")" paramSeparator="," terminal=";" additionalWordChar=".:" />
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal=";" additionalWordChar=".:" />

<!-- Lua syntax-->
<KeyWord name="break" func="no" />
Expand Down

0 comments on commit 3311924

Please sign in to comment.