mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-23 00:03:27 +01:00
Highlight systemd files and Pacman hooks as .ini files
This commit is contained in:
parent
62b4452057
commit
cde430a1e7
2
assets/README.md
vendored
2
assets/README.md
vendored
@ -32,7 +32,7 @@ themes (`bat cache --clear`).
|
|||||||
The following files have been manually modified after converting from a `.tmLanguage` file:
|
The following files have been manually modified after converting from a `.tmLanguage` file:
|
||||||
|
|
||||||
* `Dart.sublime-syntax` => removed `#regex.dart` include.
|
* `Dart.sublime-syntax` => removed `#regex.dart` include.
|
||||||
* `INI.sublime-syntax` => added `.hgrc`, `hgrc`, and `desktop` file types.
|
* `INI.sublime-syntax` => added `.hgrc`, `hgrc`, `desktop`, `hook`, `automount`, `device`, `dnssd` `link`, `mount`, `netdev`, `network`, `nspawn`, `path`, `service`, `slice`, `socket`, `swap`, `target`, and `timer` file types.
|
||||||
* `Org mode.sublime-syntax` => removed `task` file type.
|
* `Org mode.sublime-syntax` => removed `task` file type.
|
||||||
* `SML.sublime_syntax` => removed `ml` file type.
|
* `SML.sublime_syntax` => removed `ml` file type.
|
||||||
|
|
||||||
|
16
assets/syntaxes/02_Extra/INI.sublime-syntax
vendored
16
assets/syntaxes/02_Extra/INI.sublime-syntax
vendored
@ -18,6 +18,22 @@ file_extensions:
|
|||||||
- .editorconfig
|
- .editorconfig
|
||||||
- .hgrc
|
- .hgrc
|
||||||
- hgrc
|
- hgrc
|
||||||
|
- hook
|
||||||
|
- automount
|
||||||
|
- device
|
||||||
|
- dnssd
|
||||||
|
- link
|
||||||
|
- mount
|
||||||
|
- netdev
|
||||||
|
- network
|
||||||
|
- nspawn
|
||||||
|
- path
|
||||||
|
- service
|
||||||
|
- slice
|
||||||
|
- socket
|
||||||
|
- swap
|
||||||
|
- target
|
||||||
|
- timer
|
||||||
scope: source.ini
|
scope: source.ini
|
||||||
contexts:
|
contexts:
|
||||||
main:
|
main:
|
||||||
|
Loading…
Reference in New Issue
Block a user