Fix refresh_pattern for perlnavigator

This commit is contained in:
Yasuhiro Matsumoto
2022-04-18 01:57:13 +09:00
committed by mattn
parent f1a6467b2c
commit a41605dd68

View File

@@ -870,6 +870,9 @@
"command": "perlnavigator",
"url": "https://github.com/bscan/PerlNavigator",
"description": "Perl Language Server that includes syntax checking, perl critic, and code navigation",
"config": {
"refresh_pattern": "\\(\\$[a-zA-Z0-9_:]*\\|\\k\\+\\|\\k\\+::\\)$"
},
"requires": [
"npm",
"perl"