[Code] Upgrade ctags-langserver to use universal ctags (#42509) (#42609)

This commit is contained in:
Pengcheng Xu 2019-08-06 08:26:09 +08:00 committed by GitHub
parent cfc3c0a038
commit 068814f6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 5 deletions

View file

@ -27,17 +27,29 @@ export interface LanguageServer {
export const CTAGS_SUPPORT_LANGS = [
'c',
'cpp',
'clojure',
'csharp',
'css',
'go',
'html',
'ini',
'lua',
'json',
'objective-c',
'pascal',
'perl',
'php',
'python',
'r',
'ruby',
'rust',
'scheme',
'shell',
'sql',
'tcl',
'typescript',
'xml',
'yaml',
'java',
'javascript',
];

View file

@ -171,7 +171,7 @@
"@babel/polyfill": "7.4.4",
"@babel/register": "7.4.4",
"@babel/runtime": "7.4.5",
"@elastic/ctags-langserver": "^0.1.2",
"@elastic/ctags-langserver": "^0.1.3",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "13.1.1",
"@elastic/javascript-typescript-langserver": "^0.2.1",

View file

@ -1596,10 +1596,10 @@
ts-debounce "^1.0.0"
uuid "^3.3.2"
"@elastic/ctags-langserver@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@elastic/ctags-langserver/-/ctags-langserver-0.1.2.tgz#7193d214545e65dd805b36e1761418b449d0e680"
integrity sha512-kd13mSDBb8qN7OepZlwJI7ySptCBxEOF7fV+ktOiYnjhvO9G42Uqhg8TF5IHOG3qYS/bu6tYqCVDTw58mEG6/Q==
"@elastic/ctags-langserver@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@elastic/ctags-langserver/-/ctags-langserver-0.1.3.tgz#266b94e6fb0c8208c5af4b0de3898ecda4ab9344"
integrity sha512-/UzcY8a7iPo/m6GQZGhfgAEOy/CejmA6RzbKD6198A2ePUAuex2CQ8iS0de/1bezICaJ5hpbU9tRhMHHMaRY3A==
dependencies:
"@elastic/lsp-extension" "^0.1.1"
"@elastic/node-ctags" "1.0.2"