Skip to content

Releases: Sublime-Instincts/PrismaHighlight

Version 1.1.0 (June 25, 2022)

25 Jun 06:28
Compare
Choose a tag to compare

This release addresses the following :-

Fixed

  • Fix newlines in comments not being scoped.
  • Exclude prototype from string contexts.
  • Highlight fulltext attribute correctly.
  • General syntax cleanups.

Added

  • Configure scope based code folding.
  • Added some basic symbol tests for models.

Version 1.0.1 (March 16, 2022)

16 Mar 05:16
Compare
Choose a tag to compare

This release addresses the following :-

  • Fix modifiers not being highlighted for data types in composite types.
  • Fix references of other composite types not being highlighted in composite types.

Version 1.0.0 (March 14, 2022)

14 Mar 04:59
Compare
Choose a tag to compare

The initial release of the project. This release addresses the following :-

  • 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.