Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

> not working - "Auto-close ColdFusion block tags" seems to be causing the problem #111

Closed
irlTopper opened this issue Feb 5, 2013 · 3 comments

Comments

@irlTopper
Copy link

In Sublime Text 3 on my windows installation the ">" key does nothing.

I've tracked it down to this block in Default.sublime-keymap:

// Auto-close ColdFusion block tags
{ "keys": [">"], "command": "close_cftag", "context":
[
// selectors aren't working as I expect, we'll just use general scopes here
{ "key": "selector", "operator": "equal", "operand": "text.html.cfm, source.cfscript.cfc"},
{ "key": "following_text", "operator": "not_regex_contains", "operand": "^>", "match_all": true }
]
},

If I comment this block out, ">" works again.
I would be delighted if you could advise on a fix for this?

(Thanks and please keep up the great work!)

@leeahoward
Copy link

+1

@atomi
Copy link
Contributor

atomi commented Feb 5, 2013

This is a duplicate of #106
I've posted some troubleshooting steps there.

@leeahoward
Copy link

I am going to retract my +1. I have had this issue before and can't remember how I resolved it. This time I had the Coldfusion package checked out in my packages folder. For some reason I was on the development branch. When I checked out master the problem went away.

@atomi atomi closed this as completed Feb 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants