Skip to content

Commit

Permalink
Update HTML snippet scope selector so that snippets are not active wi…
Browse files Browse the repository at this point in the history
…thin attribute values.
  • Loading branch information
Kevin Lindsey committed Mar 30, 2012
1 parent f49cb98 commit 11ebb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/snippets.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'ruble'

with_defaults :scope => 'text.html - source' do |bundle|
with_defaults :scope => 'text.html - (source | string)' do |bundle|

command t(:quick_br) do |cmd|
cmd.key_binding = 'M1+ENTER'
Expand Down

0 comments on commit 11ebb5c

Please sign in to comment.