Linters are Python modules, in the "py" folder, with names "cudalint"+something.

    • Change syntax name (for Sublime Text) to CudaText lexer name, names are often different. If no such lexer for CudaText exists yet, ask for it.
    • If linter was using Node.js, take some code to run Node, from cuda_lint_csslint linter.

    How to configure linters per project? In your project (Project Manager plugin), right-click root node of project treeview, call menu item "Project file / Project properties…". In this dialog, in the "Variablies" field, enter variable(s) like this:

    In this example, CudaLint plugin allows, for mentioned lexer CSS, only linter "csslint", even if another CSS linter (e.g. "csstree") is installed and found first.