Skip to content

v0.105.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 01:55
v0.105.0
507d773

Documentation

Features

  • intellij: Added initial Robot Framework file templates and better syntax highlighting support based on a customized TextMate lexer/parser (ef67d2c)
  • intellij: Implemented brace matcher for variables (9ee1f22)
  • intellij: Finalize syntax coloring and sematic highlightning (faa905d)
  • intellij: Finalize syntax coloring and sematic highlightning part 2 (97081a5)
  • intellij: Implemented support for highlightning embedded arguments, escape sequences, python expressions and so on (c5d6cf3)
  • langserver: Correct highlightning to better highlight python expresseions, escape sequences, environment variable default value and embedded argument regexes (5dba571)
  • language_server: Enhanced hover representation of variables (039682d)

Testing

  • Update regression tests (c5f4573)