Skip to content

Instantly share code, notes, and snippets.

@FrankM1
Forked from joshearl/PHP.sublime-settings
Created August 25, 2017 06:49
Show Gist options
  • Save FrankM1/d9bdf64d5187259787ef9a3526588087 to your computer and use it in GitHub Desktop.
Save FrankM1/d9bdf64d5187259787ef9a3526588087 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