Add tree-sitter for css (#244112)

* Add tree-sitter for css

* Hard code root scopes

* Add some temp logging for test

* Exclude css from module ignore

* Remove log lines
This commit is contained in:
Alex Ross
2025-03-20 13:45:47 +01:00
committed by GitHub
parent 694d8e2dbe
commit 7249efcfae
16 changed files with 8723 additions and 27 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
"@vscode/spdlog": "^0.15.0",
"@vscode/sqlite3": "5.1.8-vscode",
"@vscode/sudo-prompt": "9.3.1",
"@vscode/tree-sitter-wasm": "^0.1.3",
"@vscode/tree-sitter-wasm": "^0.1.4",
"@vscode/vscode-languagedetection": "1.0.21",
"@vscode/windows-mutex": "^0.5.0",
"@vscode/windows-process-tree": "^0.6.0",