Add more string and comment overrides (#36566)

Follow-up to #36469

Part of the issue was that we hadn't defined comment and string
overrides for some languages. Hence, even after the fix edit predictions
would show up in comments for me in e.g. JSONC files.

This PR adds some more overrides where possible for this repo to ensure
this happens less frequently.

Release Notes:

- N/A
This commit is contained in:
Finn Evers 2025-08-20 11:29:53 +02:00 committed by GitHub
parent 4290f043cd
commit 83d361ba69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
(comment) @comment.inclusive
(string) @string

View file

@ -1 +1,2 @@
(comment) @comment.inclusive
(string) @string

View file

@ -0,0 +1,5 @@
(comment) @comment.inclusive
[
(single_quote_scalar)
(double_quote_scalar)
] @string