Skip to content

SublimeLinter plugin that marks annotations such as TODO, FIXME, etc.

License

Notifications You must be signed in to change notification settings

SublimeLinter/SublimeLinter-annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5778556 · Sep 2, 2024
Jul 17, 2022
Sep 17, 2015
Jul 17, 2022
Jun 7, 2014
Sep 2, 2024
Dec 25, 2013
Jan 29, 2022
Jul 17, 2022
Dec 25, 2013
Jul 17, 2022
Jan 25, 2022
Jul 17, 2022

Repository files navigation

SublimeLinter-annotations

Build Status

This linter plugin for SublimeLinter highlights annotations in comments such as FIXME, NOTE, TODO, @todo, XXX, and README. It will be used with all files.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Settings

Additional SublimeLinter-annotations settings:

Setting Description
warnings Comma-delimited list of words that will be highlighted as warnings.
errors Comma-delimited list of words that will be highlighted as errors.
infos Comma-delimited list of words that will be highlighted as infos.
mark_message Whether the rest of the comment line should be marked or just the word.
selector_ (advanced) A scope selector for regions that the word lists will be searched in.

Matching is case-sensitive and matches whole words.

For example:

"linters": {
    "annotations": {
        "infos": ["NOTA BENE", "FYI"],
        "warnings": ["FOO", "BAR"],
        "errors": ["WHAT?", "OMG!"]
    }
}

About

SublimeLinter plugin that marks annotations such as TODO, FIXME, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages