You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!)
The text was updated successfully, but these errors were encountered: