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

Scope environment variable and commands sections in Manpages

This commit is contained in:
Keith Hall
2023-01-28 23:23:39 +02:00
committed by Martin Nordholts
parent 1004018941
commit 52ef1bc0d6
7 changed files with 2165 additions and 16 deletions

View File

@@ -19,7 +19,7 @@
- Added support for Ada, see #1300 and #2316 (@dkm)
- Added `todo.txt` syntax, see #2375 (@BANOnotIT)
- Improve Manpage.sublime-syntax. See #2364 (@Freed-Wu)
- Improve Manpage.sublime-syntax. See #2364 (@Freed-Wu) and #2461 (@keith-hall)
- Added a new `requirements.txt` syntax, see #2361 (@Freed-Wu)
- Added a new VimHelp syntax, see #2366 (@Freed-Wu)
- Associate `pdm.lock` with `TOML` syntax, see #2410