intellij-prisma
intellij-prisma copied to clipboard
@map is shown as an error
when using enums, the map keyword is shown as an error
enum test_enum {
enum_prop_with_underline @map("enum-prop-with-underline")
}
the @map
is shown as an error in that case.
Thank you by the way for adding this plugin :raised_hands:
Same. Error is:
PrismaTokenType.BRACE_R or PrismaTokenType.IDENTIFIER expected, got '@map'