diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 09:30:53 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 09:30:53 -0400 |
commit | 161939990a5b7245d46c169a5a8151f8744b22a5 (patch) | |
tree | cc2c5592fdd1c1c28ca3a79dc44965cd75468771 /Sublime Text/Plain text.sublime-settings | |
parent | 641b1f37e95d84f43c238d7c537a7f2eec8f8a46 (diff) |
sublime tweaks from cc101
Diffstat (limited to 'Sublime Text/Plain text.sublime-settings')
-rw-r--r-- | Sublime Text/Plain text.sublime-settings | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Sublime Text/Plain text.sublime-settings b/Sublime Text/Plain text.sublime-settings index d32596d..1bf52d0 100644 --- a/Sublime Text/Plain text.sublime-settings +++ b/Sublime Text/Plain text.sublime-settings @@ -8,4 +8,13 @@ "draw_indent_guides": false, // "indent_guide_options": ["draw_active"], + + "extensions": + [ + "ini", + "txt", + "readme", + "changelog", + "yaml" + ], } |