Remove $ from iskeyword in PHP files

This commit is contained in:
Tom McDonald
2013-05-08 14:29:40 -04:00
parent 78a6d49126
commit 826e4db3a9

View File

@@ -26,6 +26,11 @@ endif
"" dollar sign is permitted anywhere in an identifier
setlocal iskeyword+=$
"" Remove dollar sign from identifier when embedded in a PHP file
if &filetype == 'php'
setlocal iskeyword-=$
endif
syntax sync fromstart
"" syntax coloring for Node.js shebang line