CudaLint and its linters

Plugins for SynWrite and CudaText...
Post Reply
main Alexey
Posts: 2323
Joined: 25.08.2021 18:15

CudaLint and its linters

Post by main Alexey »

CudaLint is plugin (framework) which supports additional 2nd-level plugins, 'linters'.
https://wiki.freepascal.org/CudaText_plugins#CudaLint
This is topic for linters, all in one topic.
main Alexey
Posts: 2323
Joined: 25.08.2021 18:15

Post by main Alexey »

New linter.
It adds support for JavaScript and "JavaScript Babel" lexers using "quick-lint-js" tool.
See readme.txt in the linter.
Ported from SublimeLinter-contrib-quick-lint-js by Alexey Torgashin.
Last edited by main Alexey on 07.10.2022 13:25, edited 2 times in total.
main Alexey
Posts: 2323
Joined: 25.08.2021 18:15

Post by main Alexey »

New linters. In Addons Manager. All have readme.txt files inside.
All are ported from SublimeLinter's linters.

1) for Lua, using 'luau' tool.

2) for Zig, using 'zig ast-check'.

3) for JSON and YAML, using 'jsonschema-lint' tool.
main Alexey
Posts: 2323
Joined: 25.08.2021 18:15

Post by main Alexey »

Most of linters which use Node.js modules, are updated. now Node modules are not shipped with plugins. so you need to see readme.txt - ie you need to install Node modules locally inside linters' folders.
Post Reply