Skip to content

Commit

Permalink
#105 allows closing curly brace matches for conditional and exception…
Browse files Browse the repository at this point in the history
… handling tag-opertaor blocks
  • Loading branch information
atomi committed Nov 18, 2012
1 parent ab56b3e commit 4f8af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cfscript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@

<dict>
<key>begin</key>
<string>(?x)^\s*
<string>(?x)^[\s}]*
(?i:
(lock)|(transaction)|(thread)|(abort)
|(exit)|(include)|(param)|(thread)|(import)
Expand Down

0 comments on commit 4f8af25

Please sign in to comment.