Skip to content

v1.12.5

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 17:30
8fd0d94

Added

  • Added highlighting in strings for chat color placeholders such as {green}.

Fixed

  • Fixed %5.2f highlighting in strings. Thanks to zer0.k for letting me know.
  • Fixed escaped characters not being highlighted in single quoted strings.
  • Fixed keys not being highlighted if the value was empty in .cfg files.
  • Fixed an error where files wouldn't get linted properly if MainPath wasn't defined.
  • Allow multiple instances of "${TabSize}" and "${UseTab}" in formatter settings. Thanks to llamasking for implementing this.
  • Fixed incorrect formatting of the myinfo array.