Colonial-Dev / inkjet

A batteries-included syntax highlighting library for Rust, based on tree-sitter.
https://docs.rs/inkjet
Apache License 2.0
50 stars 2 forks source link

Add `shell` alias to `bash`? #18

Closed leandrocp closed 1 week ago

leandrocp commented 2 weeks ago

Wdyt about aliasing shell to bash?

It seems reasonable considering https://github.com/tree-sitter/tree-sitter-bash/blob/f8fb3274f72a30896075585b32b0c54cad65c086/package.json#L59

Btw sh resolves as bash so we should at least update the README :)

Colonial-Dev commented 2 weeks ago

As a Bash enjoyer, sounds fine to me! I'm pretty sure Bash is POSIX compliant, which is (presumably) what people will be expecting at minimum when they ask for shell.

leandrocp commented 2 weeks ago

Nice, sounds good. I'll push a PR