Skip to content

Releases: laye-lang/laye-vscode

v0.1.8

15 Jan 12:30
7c1ae0a
Compare
Choose a tag to compare

Changelog

Bug fixes

  • False highlighting of variables inside an expression

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.7

13 Dec 10:39
a405c7d
Compare
Choose a tag to compare

Changelog

Additions

  • Invalid numbers are highlighted

Changes

  • Base of number is highlighted as keyword
  • All numbers support decimals now

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.6

10 Dec 16:02
Compare
Choose a tag to compare

Changelog

Additions

  • fallthrough keyword
  • unreachable keyword
  • yield keyword

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.5

09 Dec 10:38
e10f973
Compare
Choose a tag to compare

Changelog

Additions

  • is keyword
  • bootloader.laye example
  • Support for type arrays

Bug fixes

  • False highlighting of type properties

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.4

07 Dec 14:22
54b32f3
Compare
Choose a tag to compare

Changelog

Additions

  • Type literals

Changes

  • Removed is from token.laye

Bug fixes

  • False highlighting in binary shift operations

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.3

06 Dec 20:25
ba15cc1
Compare
Choose a tag to compare

Changelog

Additions

  • assert keyword
  • Reference operator (&)

Changes

  • Replaced nodiscard with discard and discardable

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.2

06 Dec 09:23
2f2acba
Compare
Choose a tag to compare

Changelog

Additions

  • @see and @deprecated annotation in doc-comments
  • tokens.laye example

Changes

  • Adapted new laye syntax
  • Refactored grammar for more readability and faster parsing
  • Reduced file sizes
  • Renamed examples to test

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.1

04 Sep 07:37
7062afb
Compare
Choose a tag to compare

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>

v0.1.0

01 Sep 19:36
7062afb
Compare
Choose a tag to compare

Installation

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Run (code|codium) --install-extension <extension_path>