All notable changes to the "pivot-lang-support" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Add support for keyword
async
andawait
- Better tm grammar
- Add Pivot Lang jupyter notebook support
- works on
*.iplnb
- works on
- even better textmate syntax highlighting
- add
impl
\type
\trait
highlight - fixed
use
highlight
- add
- even better textmate syntax highlighting
- add
as
\is
\macro
\array
highlight - fixed string highlight conflict with other patterns
- add
- improve textmate syntax highlighting
- add escape analysis command
- support match keyword
- update plugin to support new version of pivot-lang
- add debug support for array types
- add special stype for captured variables
- add highlight for
var
keyword
- add run & debug commands
- generator keyword support
- better debug support for union types
- add trait snippet
- add github action
- add active events back
- support highlight for
is
,type
andas
keyword - add union snippet && macro snippet
- support highlight for
where
andmacro
keyword
- support highlight for
pub
keyword
- auto insert
///
in the start of new line when typing in a doc comment
- add highlight for
trait
keyword - add semantic highlight config for
for
keyword in impl
- add ability to config log level
- add license
- add repo link
- better debug support
- update client package version to support inlay hints
- add restart command
- add break|continue|self to keywords
- add impl|while snippet
- more accurate keyword highlighting
- add true|false to keywords
- add keyword const & use & else
- watch for project config change
- add syntax highlighting for pivot-lang
- Initial release