Page 1 of 1
					
				CudaLint and its linters
				Posted: 07.10.2022 11:45
				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.
 
			 
			
					
				
				Posted: 07.10.2022 11:51
				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.
			 
			
					
				
				Posted: 07.10.2022 12:42
				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.
			 
			
					
				
				Posted: 08.10.2022 14:36
				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.