Skip to content

Commit

Permalink
Merge branch 'development' into yes-no-cfscript-fix
Browse files Browse the repository at this point in the history
* development:
  regression fix for new <hidden> element. sorry guys :/ fix SublimeText#155
  adds new <hidden> element to syntax parsing helpers
  closes SublimeText#150
  • Loading branch information
seancoyne committed Feb 25, 2015
2 parents bd7f4a8 + a208e30 commit 924ce64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coldfusion-plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ def run(self, edit):
s = sublime.load_settings('ColdFusion.sublime-settings')
# current carat position
pos = self.view.sel()[0].end()


self.view.run_command("hide_auto_complete")
# insert the "&gt;" char
for region in self.view.sel():
self.view.insert(edit, region.b, ">")
Expand Down

0 comments on commit 924ce64

Please sign in to comment.