Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relationalai-oss/rel_vscode
Rel Language VSCode Extension
https://github.com/relationalai-oss/rel_vscode
syntax-highlighting vscode-extension
Last synced: about 1 month ago
JSON representation
Rel Language VSCode Extension
- Host: GitHub
- URL: https://github.com/relationalai-oss/rel_vscode
- Owner: RelationalAI-oss
- Created: 2020-11-18T23:28:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T20:16:57.000Z (over 3 years ago)
- Last Synced: 2024-04-15T03:15:38.765Z (9 months ago)
- Topics: syntax-highlighting, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=RelationalAI.rel
- Size: 50.8 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Rel VSCode Extension
## Features
This package provides the basic syntax highlighting for the Rel language.
## Create VSIX Package From Source
Install `vsce` globally:
```
npm install -g vsce
```Create VSIX package:
```
vsce package
```## Release Notes
### 1.1.1
- Added support for `module`
- Added alternative coloring for `end` when used at the beginning of a line to better support module syntax### 1.1.0
- Renamed the language from Delve to Rel
- Updated logo
- Files with .rel extension are also supported### 1.0.6
- Added support for `@auto_number`
- Fixed issue #3: Support formatting multi-line documentation comments to the line width### 1.0.5
- Fixed issue #1: Syntax highlighting of docstring
### 1.0.4
- Minor improvements.
### 1.0.3
- Improved syntax highlighting:
- different color for different groups of keywords
- highlighting column names
- Added hover element for basic language constructs### 1.0.2
- Added `ic` as a keyword.
### 1.0.1
- Initial release.
## License
[MIT](https://choosealicense.com/licenses/mit/)## Authors
- [Mohammad Dashti](mailto:mohammad.dashti[at]relational[dot]ai)
- [Amy Tabor](mailto:amy.tabor[at]relational[dot]ai)