diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 15:32:55 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 15:32:55 +0900 |
commit | c3382a172d3bd3876a5917c753887ad716356565 (patch) | |
tree | 7c07c4c1c90747d7896a81339abae9ad5a45d74f /settings.json | |
parent | 35411e724e36d23aaddb71b5a91cb2d7f95e257c (diff) | |
download | vim-lsp-settings-c3382a172d3bd3876a5917c753887ad716356565.tar.gz vim-lsp-settings-c3382a172d3bd3876a5917c753887ad716356565.tar.bz2 vim-lsp-settings-c3382a172d3bd3876a5917c753887ad716356565.zip |
Add asyncomlpete-refresh-pattern for CSS
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.json b/settings.json index ce4bd54..d6fe430 100644 --- a/settings.json +++ b/settings.json @@ -63,6 +63,7 @@ ], "css": [ { + "asyncomplete-refresh-pattern": "\\(-\\?[a-zA-Z_]\\+[_a-zA-Z0-9-]*$\\|\\k\\+$\\)", "command": "css-languageserver", "requires": [ "npm" |