Skip to content

Instantly share code, notes, and snippets.

@chodorowicz
Created June 9, 2016 15:10
Show Gist options
  • Save chodorowicz/8d6b3c0bbdfb044137fcdc8f7bea5057 to your computer and use it in GitHub Desktop.
Save chodorowicz/8d6b3c0bbdfb044137fcdc8f7bea5057 to your computer and use it in GitHub Desktop.
atom expand regions config
".text.html.nunjucks":
"expand-region":
commands: [
{
command: 'expand-region:select-word-include-dash-and-dot',
recursive: false
},
{
command: 'expand-region:select-inside-double-quotes'
recursive: false
}
{
command: "expand-region:select-inside-tags"
recursive: true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment