All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Syntax highlighting for
.prisma
files. - Quickly navigate through models, enums, types etc. defined in your schema files using
Goto Symbol
. - Ability to comment using the standard key bindings.
- Fix modifiers not being highlighted for data types in composite types.
- Fix references of other composite types not being highlighted in composite types.
- Fix newlines in comments not being scoped.
- Exclude prototype from string contexts.
- Highlight
fulltext
attribute correctly. - General syntax cleanups.
- Configure scope based code folding.
- Added some basic symbol tests for models.