Releases: PlutoLang/Syntax-Highlighting
Releases · PlutoLang/Syntax-Highlighting
0.8.0
10 Sep 11:33
Compare
Sorry, something went wrong.
No results found
0.7.1
07 Aug 12:43
Compare
Sorry, something went wrong.
No results found
Lambda function definitions are now highlighted
Fixed try & catch not increasing & decreasing indentation, respectively
Updated .pluto file icon for VS Code to better fit its style
0.7.0
24 May 09:04
Compare
Sorry, something went wrong.
No results found
Updated for Pluto 0.11.0
Fixed local class not matching increaseIndentPattern
0.6.3
29 Oct 21:49
Compare
Sorry, something went wrong.
No results found
Updated for Pluto 0.10.0
ffi cdef & struct calls are highlighted like C when using long string call syntax
Fixed highlighting for enum do
0.6.2
31 Jul 20:55
Compare
Sorry, something went wrong.
No results found
0.6.1
31 Jul 01:26
Compare
Sorry, something went wrong.
No results found
Added missing VS Code contributions: build systems & file icons.
0.6.0
06 Apr 12:57
Compare
Sorry, something went wrong.
No results found
0.5.3
24 Mar 10:54
Compare
Sorry, something went wrong.
No results found
Improved indentation rules for compile-time conditionals
Fixed indentation rules not being available on VS Code
Fixed not highlighting standard library names after a concatenation
0.5.2
08 Mar 18:24
Compare
Sorry, something went wrong.
No results found
Added 'if' and 'while' snippets
Added completion rules to avoid e.g. 'do' + enter producing unexpected results
Updated build systems
Fixed highlighting of .new and :new
Fixed ligatures not applying for ==, != and -->
Fixed highlighting standard library names in indexed expressions (e.g. obj.string)
0.5.1
18 Jan 11:02
Compare
Sorry, something went wrong.
No results found
Added indentation data
Added build system data
Added highlighting for math.mininteger & math.maxinteger constants
Fixed not highlighting numbers after concat (..)