https://github.com/arthursudbrackibarra/islash-vscode-language-support
VSCode extension that provides language support for my programming language 'ISlash'.
https://github.com/arthursudbrackibarra/islash-vscode-language-support
islash syntax-highlighting vscode-extension
Last synced: 3 months ago
JSON representation
VSCode extension that provides language support for my programming language 'ISlash'.
- Host: GitHub
- URL: https://github.com/arthursudbrackibarra/islash-vscode-language-support
- Owner: ArthurSudbrackIbarra
- License: mit
- Created: 2022-08-08T16:17:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T16:55:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T14:53:23.131Z (4 months ago)
- Topics: islash, syntax-highlighting, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ISlash Language Support
Language support for the **ISlash** programming language. Includes syntax highlighting, code snippets, hovering tips and language icon.
![]()
![]()
## Requirements
In case you want to run your programs, you'll need to download the [ISlash](https://github.com/ArthurSudbrackIbarra/ISlash-Programming-Language/blob/main/README.md) language interpreter.
## Release Notes
### 0.0.1
- Initial release of ISlash Language Support extension.
### 0.0.2
- Added support for new instructions that were introduced and updated the instructions that were renamed.