- Line comments: from some position to line-end. E.g. in C lexer: "//text here", in Python lexer: "# text here".
- Comments for full lines: from newline to another newline. Rarely used, e.g. used in PowerShell.
- Range comments: in files data/lexlib/nnn.cuda-lexmap.