Skip to content

Instantly share code, notes, and snippets.

@joshearl
Created July 13, 2013 19:44
Show Gist options
  • Save joshearl/5991968 to your computer and use it in GitHub Desktop.
Save joshearl/5991968 to your computer and use it in GitHub Desktop.
To enable double-clicking to select PHP variables (including the `$` prefix), save this file as `Data/Packages/User/PHP.sublime-settings`.
{
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
@bantya
Copy link

bantya commented Sep 4, 2016

With changing respective name, it works for PHP and SCSS but not for SASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment