Boris Verkhovskiy

Results 268 comments of Boris Verkhovskiy

Having looked into this more, what would've helped me is that the `syntax` part on https://zed.dev/docs/extensions/themes should include an explanation that Zed uses tree sitter, that the grammars are in...

I haven't tried this because ``` CXX(target) Release/obj.target/tree_sitter_python_binding/bindings/node/binding.o In file included from ../bindings/node/binding.cc:1: ../node_modules/nan/nan.h:2548:8: error: no matching member function for call to 'SetAccessor' tpl->SetAccessor( ~~~~~^~~~~~~~~~~ ```

It seems like on GitHub, the current rule makes everything in the expression highlight as a `function`, but in Zed the opposite, only the `@` is highlighted.

I'm not going to disable it for Chrome because I like it on all websites except iD.

less taps to open, less data to load

You can use it from the command line if you ``` npm install curlconverter ``` in the environment ahead of time.

It's this situation: https://github.com/psf/requests/issues/1997

You can also run it on all of GNU AWK's test files like this: ```sh cd /tmp git clone --depth 1 git://git.savannah.gnu.org/gawk.git cd gawk/test npm install @wooorm/starry-night ``` then ```js...

Unexpectedly, only `all` produces the error, using `sourceAwk` directly works fine ```js import sourceAwk from '@wooorm/starry-night/source.awk' import {createStarryNight} from '@wooorm/starry-night' const starryNight = await createStarryNight([sourceAwk]) console.log(starryNight.highlight('/foo/ {\n print\n }\n', 'source.awk'))...