Skip to content

Commit 1483add

Browse files
committed
global is not a keyword
1 parent 29e1b53 commit 1483add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Syntaxes/Lua.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
</dict>
233233
<dict>
234234
<key>match</key>
235-
<string>\b(local|global)\b</string>
235+
<string>\b(local)\b</string>
236236
<key>name</key>
237237
<string>keyword.local.lua</string>
238238
</dict>

lua.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"name": "keyword.control.lua"
150150
},
151151
{
152-
"match": "\\b(local|global)\\b",
152+
"match": "\\b(local)\\b",
153153
"name": "keyword.local.lua"
154154
},
155155
{

0 commit comments

Comments
 (0)