All notable changes to the "rickroll-lang" extension will be documented in this file.
Add command to rickroll user in vscode Return statement body now highlighted Show word underneath on hover (useless feature)
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
More syntax highlighting support and more consitency with syntax highlighting
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_
Use typescript and yaml for codebase now
Rewrote extenstion to use typescript instead