prisma: Fix autocompletion adding word character (#13738)

Fixes https://github.com/zed-industries/zed/issues/13662.

Release Notes:

- N/A
This commit is contained in:
Krzysztof Witkowski 2024-07-02 16:11:37 +02:00 committed by GitHub
parent 8dd7c2cddf
commit 6eda9c9745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,3 +8,7 @@ brackets = [
{ start = "(", end = ")", close = true, newline = true }
]
tab_size = 2
word_characters = ["@"]
[overrides.string]
word_characters = ["@"]