sharkdp / bat

A cat(1) clone with wings.
Apache License 2.0
47.59k stars 1.18k forks source link

Syntax Request: Astro #2966

Open azat-io opened 1 month ago

azat-io commented 1 month ago

Syntax:

It would be cool to have syntax highlighting support for Astro. It is a popular modern framework for frontend development:

https://github.com/withastro/astro

File extensions:

Guideline Criteria:

https://packagecontrol.io/packages/Astro

amogusussy commented 1 month ago

This project uses the syntect library for syntax highlighting. It's probably best to open an issue there instead.

keith-hall commented 1 month ago

This project uses the syntect library for syntax highlighting. It's probably best to open an issue there instead.

No, it is correct to open syntax requests here. See https://github.com/trishume/syntect/issues/523#issuecomment-1989323162

keith-hall commented 1 month ago

The Astro syntax definition is using features which syntect doesn't support yet, we'll need to wait for https://github.com/trishume/syntect/pull/536 to be merged first.