summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/syntaxes/02_Extra/INI.sublime-syntax3
-rw-r--r--doc/assets.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/syntaxes/02_Extra/INI.sublime-syntax b/assets/syntaxes/02_Extra/INI.sublime-syntax
index 2ea30cd5..78df5aac 100644
--- a/assets/syntaxes/02_Extra/INI.sublime-syntax
+++ b/assets/syntaxes/02_Extra/INI.sublime-syntax
@@ -16,6 +16,9 @@ file_extensions:
- url
- URL
- .editorconfig
+ - .coveragerc
+ - .pylintrc
+ - .gitlint
- .hgrc
- hgrc
scope: source.ini
diff --git a/doc/assets.md b/doc/assets.md
index 56140e2f..948b6612 100644
--- a/doc/assets.md
+++ b/doc/assets.md
@@ -79,7 +79,7 @@ The following files have been manually modified after converting from a `.tmLang
* `Apache.sublime_syntax`=> removed `conf` and `CONF` file types.
* `Dart.sublime-syntax` => removed `#regex.dart` include.
-* `INI.sublime-syntax` => added `.hgrc`, `hgrc`, and `desktop` file types and support for comments after section headers.
+* `INI.sublime-syntax` => added `.coveragerc`, `.pylintrc`, `.gitlint`, `.hgrc`, `hgrc`, and `desktop` file types and support for comments after section headers.
* `Org mode.sublime-syntax` => removed `task` file type.
* `Robot.sublime_syntax` => changed name to "Robot Framework", added `.resource` extension.
* `SML.sublime_syntax` => removed `ml` file type.