Revert "Make selection more consistent across languages (#17084)" (#17175)

This reverts commit 7db8d80c3090f70b466284e70e9635b0e63528c9.(#17084)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2024-08-30 18:01:39 -04:00
committed by GitHub
parent 75d4c7981e
commit d2cb45e9bb
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -9,5 +9,6 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string", "comment"] },
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
]
word_characters = ["-"]
block_comment = ["/* ", " */"]
prettier_parser_name = "css"