We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ec5f1 commit 9f208d3Copy full SHA for 9f208d3
company-phpactor.el
@@ -35,7 +35,7 @@
35
"If point is at the end of a symbol, return it.
36
Otherwise, if point is not inside a symbol, return an empty string.
37
Here we create a temporary syntax table in order to add $ to symbols."
38
- (let (($temp-syn-table (make-syntax-table)))
+ (let (($temp-syn-table (make-syntax-table php-mode-syntax-table)))
39
(modify-syntax-entry ?\$ "_" $temp-syn-table)
40
41
(with-syntax-table $temp-syn-table
0 commit comments