This package provides syntax highlighting, autocompletions, and hover help for Rel, the query language for RelationalAI's Relational Knowledge Graph Management System.
To use the package, open a file with the extension .rel
.
- Update documentation in hover help
- Support for autocompletion
- Expand hover help and autocompletion to include the standard library
- Update syntax highlighting to accommodate changes in the language
- Added support for
module
- Added alternative coloring for
end
when used at the beginning of a line to better support module syntax
- Renamed the language from Delve to Rel
- Updated logo
- Files with .rel extension are also supported
- Added support for
@auto_number
- Fixed issue #3: Support formatting multi-line documentation comments to the line width
- Fixed issue #1: Syntax highlighting of docstring
- Minor improvements.
- Improved syntax highlighting:
- different color for different groups of keywords
- highlighting column names
- Added hover element for basic language constructs
- Added
ic
as a keyword.
- Initial release.