languages/scss: init

This commit is contained in:
Snoweuph 2026-04-18 01:13:31 +02:00
commit c4e3a08812
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
5 changed files with 149 additions and 1 deletions

View file

@ -108,6 +108,10 @@
`languages.go.treesitter.gotmplPackage` to
{option}`vim.languages.go.treesitter.gotmpl.package`
- Split SCSS from `languages.css` into `languages.scss` and add extra tools for
SCSS/SASS. This also changes the default LSP to `some-sass-language-server`
for SCSS/SASS.
[CaueAnjos](https://github.com/caueanjos)
- Renamed `roslyn_ls` to `roslyn-ls`