Skip to content
Discussion options

You must be logged in to vote

This is completely correct.
First, the "standard" simple default syntax highlighting is applied, without any contextual information.
Once the language server starts, it adds additional semantic highlighting — for example, marking whether something is an import, a namespace, a built-in keyword, documentation, and so on. The exact appearance depends on the color theme you are using, so this can vary.

Robot Framework is very context-dependent. You can switch the entire language of Robot Framework files to Chinese, Spanish, or any other language, or you can transform simple test cases into template test cases. This is only possible because the syntax itself is analyzed first — something that …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bmo04
Comment options

@d-biehl
Comment options

@bmo04
Comment options

@d-biehl
Comment options

@bmo04
Comment options

Answer selected by bmo04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants