diff --git a/Brackets Dark.sublime-color-scheme b/Brackets Dark.sublime-color-scheme index 9ba3398..ae1033b 100644 --- a/Brackets Dark.sublime-color-scheme +++ b/Brackets Dark.sublime-color-scheme @@ -46,12 +46,6 @@ "scope": "comment", "foreground": "var(grey)" }, - { - "name": "Documentation comments", - "scope": "comment.block.documentation", - "foreground": "var(grey)", - "font_style": "italic" - }, { "name": "Language-specific characters", "scope": "constant.character", diff --git a/Brackets Light.sublime-color-scheme b/Brackets Light.sublime-color-scheme index f5ff366..0fc77ce 100644 --- a/Brackets Light.sublime-color-scheme +++ b/Brackets Light.sublime-color-scheme @@ -46,12 +46,6 @@ "scope": "comment", "foreground": "var(grey)" }, - { - "name": "Documentation comments", - "scope": "comment.block.documentation", - "foreground": "var(grey)", - "font_style": "italic" - }, { "name": "Language-specific characters", "scope": "constant.character",