Sublime-Instincts / PrismaHighlight

A Sublime Text package that offers enhanced syntax highlighting for Prisma schema files.
https://packagecontrol.io/packages/Prisma
MIT License
6 stars 1 forks source link

Support highlighting composite indices for composite types introduced in 3.12.0 #4

Open UltraInstinct05 opened 2 years ago

UltraInstinct05 commented 2 years ago

Description of your enhancement/feature request proposal.

Fields in composite types can be accessed using the dot (.) notation from 3.12.0 onwards. This needs to be scoped appropriately (maybe punctuation.accessor.dot.prisma)

More details here: https://github.com/prisma/prisma/issues/12406

Alternatives.

None