Sublime-Instincts/PrismaHighlight

Support highlighting composite indices for composite types introduced in 3.12.0

Opened this issue · 0 comments

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: prisma/prisma#12406

Alternatives.

None