Skip to content

Commit 3089bf5

Browse files
authored
Update CSS-Intellisense.sublime-settings
add jsx support
1 parent df3a036 commit 3089bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSS-Intellisense.sublime-settings

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"auto_search": false,
55
"enabled": true,
66
"auto_refresh_interval": false, // Set to an integer value for seconds
7-
"scopes": ["string.quoted.double.html", "text.html.php"]
7+
"scopes": ["string.quoted.double.html", "text.html", "text.html.php", "source.jsx", "source.tsx", "text.html.blade"]
88
}

0 commit comments

Comments
 (0)