Skip to content

Commit 65f5a63

Browse files
Merge pull request #23 from nickpearson/patch-1
Fix Lua block syntax highlighting
2 parents 15a1db1 + 8a0eb19 commit 65f5a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/nginx.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ contexts:
374374
push: Packages/Lua/Lua.sublime-syntax
375375
with_prototype:
376376
- match: '^\s*\}'
377-
pop: true
377+
pop: 3
378378
- match: '\b([a-zA-Z0-9\_]+)\s+'
379379
captures:
380380
1: keyword.directive.module.unsupported.nginx

0 commit comments

Comments
 (0)