* call tips: those are the little popups that appear with the function signature or similar e.g. when typing the opening parenthesis after the function name. * `string_eol`: this is the style for strings that are unterminated. For languages where a string cannot extend past EOL, this name kind of makes sense. Usually this is highlighted similarly to regular strings, but with a hint that the syntax is invalid. * `label`: I don't know, but you then could look where it's used: check filetypes configuration files and see where it's used. I can try and do that next time I have an easy access. * `decorator`: same as above, but I believe its used for e.g. Python decorators (e.g. the `@something` before function definitions)
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4381#discussioncomment-13832390 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4381/comments/13832...@github.com>