diff options
Diffstat (limited to 'lsp/yls.lua')
| -rw-r--r-- | lsp/yls.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lsp/yls.lua b/lsp/yls.lua index 57ed0c46..4722d564 100644 --- a/lsp/yls.lua +++ b/lsp/yls.lua @@ -1,12 +1,12 @@ ---@brief --- --- https://pypi.org/project/yls-yara/ --- --- An YLS plugin adding YARA linting capabilities. --- --- This plugin runs yara.compile on every save, parses the errors, and returns list of diagnostic messages. --- --- Language Server: https://github.com/avast/yls +--- https://pypi.org/project/yls-yara/ +--- +--- An YLS plugin adding YARA linting capabilities. +--- +--- This plugin runs yara.compile on every save, parses the errors, and returns list of diagnostic messages. +--- +--- Language Server: https://github.com/avast/yls return { cmd = { 'yls', '-vv' }, filetypes = { 'yar', 'yara' }, |
