Maxim Matyunin
Maxim Matyunin
Following this discussion: https://github.com/sveltejs/rollup-plugin-svelte/pull/86. New option to specify preprocessors order. Issue: https://github.com/sveltejs/svelte/issues/4141. PR for Svelte itself: ~https://github.com/sveltejs/svelte/pull/4222~ https://github.com/sveltejs/svelte/pull/4282.
Add gzip
It's ugly but it works. Replaces original files with gzipped. Adds Encoding header.
This PR adds Swift tree-sitter grammar built from https://github.com/alex-pinkus/tree-sitter-swift. Here's example of syntax highlighting: Attempted to attach SourceKit LSP but it only returns empty responses.