1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Add support for WGSL

This commit is contained in:
rhysd
2023-10-03 01:52:06 +09:00
committed by Martin Nordholts
parent 6e5fd36882
commit d376a4b631
10 changed files with 249 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
- Replaced quotes with double quotes so fzf integration example script works on windows and linux. see #2095 (@johnmatthiggins)
- Associate `ksh` files with `bash` syntax, see #2633 (@johnmatthiggins)
- Associate `ron` files with `rust` syntax, see #2427 (@YeungOnion)
- Add support for [WebGPU Shader Language](https://www.w3.org/TR/WGSL/), see #2692 (@rhysd)
## Themes