docs: Update CHANGELOG, allow CC BY 4.0 license, and fix a markdown backquote

This commit is contained in:
Y.D.X.
2025-06-10 17:16:17 +08:00
parent 0918984249
commit a9d5880dc8
3 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in the `.sublime-syntax` format.
4. Re-compile `bat`. At compilation time, the `syntaxes.bin` file will be stored inside the
`bat` binary.
5. Use `bat --list-languages` to check if the new languages are available. You may want to do something like `export PATH="`pwd`/target/debug:$PATH"` to ensure the locally compiled version is the one being used.
5. Use `bat --list-languages` to check if the new languages are available. You may want to do something like ``export PATH="`pwd`/target/debug:$PATH"`` to ensure the locally compiled version is the one being used.
6. Add a syntax test for the new language. See [below](#Syntax-tests) for details.