diff --git a/Preferences/Miscellaneous.tmPreferences b/Preferences/Miscellaneous.tmPreferences
index e7bb9f2..74a61f6 100644
--- a/Preferences/Miscellaneous.tmPreferences
+++ b/Preferences/Miscellaneous.tmPreferences
@@ -35,12 +35,6 @@
value
;
-
- name
- TM_COMMENT_START_2
- value
- #
-
smartTypingPairs
diff --git a/Syntaxes/Ini.plist b/Syntaxes/Ini.plist
index 7f9217d..270bf29 100644
--- a/Syntaxes/Ini.plist
+++ b/Syntaxes/Ini.plist
@@ -13,39 +13,6 @@
Ini
patterns
-
- begin
- (^[ \t]+)?(?=#)
- beginCaptures
-
- 1
-
- name
- punctuation.whitespace.comment.leading.ini
-
-
- end
- (?!\G)
- patterns
-
-
- begin
- #
- beginCaptures
-
- 0
-
- name
- punctuation.definition.comment.ini
-
-
- end
- \n
- name
- comment.line.number-sign.ini
-
-
-
begin
(^[ \t]+)?(?=;)