aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-10 02:02:04 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-10 02:02:04 +0900
commitc62e905afc8006ebd45ccb9f51f363016f71daae (patch)
treefd63d2045521fc040dc7c7622a42c0122a5d2cea /settings.json
parent5cce450fae1bdae8d3c7bcbf2b06b4cf411f008c (diff)
downloadvim-lsp-settings-c62e905afc8006ebd45ccb9f51f363016f71daae.tar.gz
vim-lsp-settings-c62e905afc8006ebd45ccb9f51f363016f71daae.tar.bz2
vim-lsp-settings-c62e905afc8006ebd45ccb9f51f363016f71daae.zip
Fix refresh_pattern for string literal
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index dacbf79..2dc8a9c 100644
--- a/settings.json
+++ b/settings.json
@@ -254,6 +254,7 @@
],
"json": [
{
+ "refresh_pattern": "\\(\"\\k*\\|\\[\\|\\k\\+\\)$",
"command": "json-languageserver",
"requires": [
"npm"