Releases: PlutoLang/Syntax-Highlighting
Releases · PlutoLang/Syntax-Highlighting
0.7.1
- 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
- Updated for Pluto 0.11.0
- Fixed
local class
not matching increaseIndentPattern
0.6.3
- 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.1
- Added missing VS Code contributions: build systems & file icons.
0.5.3
- 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
- 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
- Added indentation data
- Added build system data
- Added highlighting for math.mininteger & math.maxinteger constants
- Fixed not highlighting numbers after concat (
..
)