From 6aa626f1c4c2819c37ad1103f038aa8ae7c7a047 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 22 Sep 2018 09:40:44 +0200 Subject: [PATCH] Document INI syntax modifications --- assets/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/README.md b/assets/README.md index a777ecab..f07a07fd 100644 --- a/assets/README.md +++ b/assets/README.md @@ -29,4 +29,5 @@ themes (`bat cache --clear`). The following files have been manually modified after converting from a `.tmLanguage` file: * `VimL.sublime-syntax` => added `.vimrc` file type. -* `Dart.sublime-syntax` => removed `#regex.dart` include, +* `Dart.sublime-syntax` => removed `#regex.dart` include. +* `INI.sublime-syntax` => added `.hgrc` and `hgrc` file types.