« get me outta code hell

sublime tweaks from cc101 - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/Sublime Text/Plain text.sublime-settings
diff options
context:
space:
mode:
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
commit161939990a5b7245d46c169a5a8151f8744b22a5 (patch)
treecc2c5592fdd1c1c28ca3a79dc44965cd75468771 /Sublime Text/Plain text.sublime-settings
parent641b1f37e95d84f43c238d7c537a7f2eec8f8a46 (diff)
sublime tweaks from cc101
Diffstat (limited to 'Sublime Text/Plain text.sublime-settings')
-rw-r--r--Sublime Text/Plain text.sublime-settings9
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"
+  ],
 }