We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb9848 commit eda2805Copy full SHA for eda2805
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
+- Register `qss-mode` with `CSS`
5
6
## 0.12.85 - 2023-12-09
7
- Add `Racket` support
tree-sitter-langs.el
@@ -181,6 +181,7 @@ See `tree-sitter-langs-repos'."
181
(pascal-mode . pascal)
182
(perl-mode . perl)
183
(php-mode . php)
184
+ (qss-mode . css)
185
(prisma-mode . prisma)
186
(python-mode . python)
187
(pygn-mode . pgn)
0 commit comments