Vincent Prouillet
Vincent Prouillet
> I do hope css will still be supported Yes, it's just a matter of exporting a theme as CSS, which is trivial.
Mostly asking for people with knowledge of tree-sitter to see what they know about scopes. Also curious neovim-treesitter and how themes/scopes are defined. VSCode Giallo Differences are probably due to...
The issue with syntect is that we are stuck with 2 years old buggy (the JS one for example can take forever to highlight a snippet) sublime syntaxes since they...
I've started using [Helix](https://github.com/helix-editor/helix) themes and queries and the result is really good. With their OneDark theme and the default Rust highlight query: With their OneDark theme and their Rust...
Argh, I didn't know the parsers were that big :o. From Helix 22.05: ``` -rwxr-xr-x 1 admin 51K Aug 31 20:56 twig.so* -rwxr-xr-x 1 admin 51K Aug 31 20:56 iex.so*...
I can't build your fork for some reason on rustc 1.64 or nightly. I'll have a deeper look when I get more time. Can you tell me how big is...
The tree-painter cli is 24MB with the following langs: ``` # "tree-sitter-bash", "tree-sitter-c", "tree-sitter-c-sharp", # "tree-sitter-clojure", "tree-sitter-cpp", "tree-sitter-css", "tree-sitter-dockerfile", "tree-sitter-go", "tree-sitter-haskell", # "tree-sitter-html", "tree-sitter-java", "tree-sitter-javascript", "tree-sitter-json", "tree-sitter-julia", "tree-sitter-kotlin", "tree-sitter-latex", "tree-sitter-lua",...
> i had a page that showed a 404 with no further notice from zola serv. when i ran zola build an error was shown. Do you have a way...
Ah I think i remember a similar issue where the Tera errors were not properly unrolled on reload, i'll have a look
Were you using 0.15.3?