mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-29 03:04:04 +01:00
Merge pull request #2840 from anki-code/master
Added xonsh shell support
This commit is contained in:
commit
85a549e293
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp)
|
- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp)
|
||||||
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
|
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
|
||||||
|
- Associate `xsh` files with `xonsh` syntax that is Python, see #2840 (@anki-code).
|
||||||
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
|
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
|
||||||
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
||||||
|
|
||||||
|
3
src/syntax_mapping/builtins/common/xonsh.toml
Normal file
3
src/syntax_mapping/builtins/common/xonsh.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Xonsh shell (https://xon.sh/)
|
||||||
|
[mappings]
|
||||||
|
"Python" = ["*.xsh", "*.xonshrc"]
|
Loading…
Reference in New Issue
Block a user