Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 969 Bytes

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 969 Bytes

Change Log

All notable changes to the "rickroll-lang" extension will be documented in this file.


[2.1.0] - 06-05-2023

Added

Add command to rickroll user in vscode Return statement body now highlighted Show word underneath on hover (useless feature)

Fixed

Color built in function the same as regular functions Variable definition to highlight everything else as variables Operators in var names and fix function args

Changed

[2.0.1] - 29-04-2023

Added

More syntax highlighting support and more consitency with syntax highlighting

Fixed

Errors with syntax highlighting being inconsitent for a function it would only highlight the part after an underscore. Example: bubble_sort()
The old version would have just highlighted sort() and ignored bubble_

Changed

Use typescript and yaml for codebase now

[2.0.0] - 28-04-2023

Added

Fixed

Changed

Rewrote extenstion to use typescript instead