Skip to content

Commit dc3a74a

Browse files
Syntax specific settings file added
1 parent a8d8f06 commit dc3a74a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Markdown.sublime-settings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// These settings override both User and Default settings for the Markdown syntax
2+
{
3+
"tab_completion": true,
4+
"auto_complete": true,
5+
"auto_complete_selector": "text.html.markdown"
6+
}

0 commit comments

Comments
 (0)