mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 08:37:12 +00:00
Highlight systemd files and Pacman hooks as .ini files
This commit is contained in:
parent
62b4452057
commit
d079bf86b1
2 changed files with 17 additions and 1 deletions
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:
|
||||
|
||||
* `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.
|
||||
* `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
|
||||
- .hgrc
|
||||
- hgrc
|
||||
- hook
|
||||
- automount
|
||||
- device
|
||||
- dnssd
|
||||
- link
|
||||
- mount
|
||||
- netdev
|
||||
- network
|
||||
- nspawn
|
||||
- path
|
||||
- service
|
||||
- slice
|
||||
- socket
|
||||
- swap
|
||||
- target
|
||||
- timer
|
||||
scope: source.ini
|
||||
contexts:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue