aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-15 10:41:30 +0900
committerGitHub <noreply@github.com>2020-02-15 10:41:30 +0900
commitaed10b6de257492b25c44bfb282c704444d6365d (patch)
tree99e080fd151f45a897b14640dfe46b3474593a9f
parent16d44096c416295c4762aefbc139b139a2aa8caf (diff)
parentd154021bc44bc4b39f0531d90792688e48d6e61a (diff)
downloadvim-lsp-settings-aed10b6de257492b25c44bfb282c704444d6365d.tar.gz
vim-lsp-settings-aed10b6de257492b25c44bfb282c704444d6365d.tar.bz2
vim-lsp-settings-aed10b6de257492b25c44bfb282c704444d6365d.zip
Merge pull request #160 from yaegassy/add-refresh-pattern-for-php
Add refresh pattern for php
-rw-r--r--settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 751e03a..046f307 100644
--- a/settings.json
+++ b/settings.json
@@ -369,6 +369,9 @@
"php": [
{
"command": "intelephense",
+ "config": {
+ "refresh_pattern": "\\(\\$[a-zA-Z0-9_:]*\\|\\k\\+\\)$"
+ },
"requires": [
"npm"
]