Skip to content

Instantly share code, notes, and snippets.

@goranseric
Forked from joshearl/PHP.sublime-settings
Created October 12, 2015 19:11
Show Gist options
  • Save goranseric/ed75cf0022aba33fce4d to your computer and use it in GitHub Desktop.
Save goranseric/ed75cf0022aba33fce4d 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": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment