Skip to content

Version 1

Compare
Choose a tag to compare
@federicocarboni federicocarboni released this 08 Dec 17:35
· 7 commits to main since this release

08 Dec. 2023

  • Basic syntax highlighting: comments, control flow, keywords, operators, constants, function calls and definitions, global variables
  • Code folding for maps {}, lists [] and 'blocks' ()
  • Minecraft API highlighting as dsBuiltIn only in call position
  • Minecraft Event API highlighting as dsOthers
  • Deprecated APIs are strikethrough
  • Partial support for printf-like sequences in strings (e.g. '%s %d %.2f')