Skip to content

Commit 0205e0c

Browse files
author
kennethlee
committed
Fixed Markdown headers
Fixed lack of highlighting for Markdown subheaders 3-6 (### to ######).
1 parent 324a5f9 commit 0205e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solarized (light).tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@
18651865
<key>name</key>
18661866
<string>Markdown: Headings</string>
18671867
<key>scope</key>
1868-
<string>markup.heading.markdown, markup.heading.1.markdown, markup.heading.2.markdown</string>
1868+
<string>markup.heading.markdown, markup.heading.1.markdown, markup.heading.2.markdown, markup.heading.3.markdown, markup.heading.4.markdown, markup.heading.5.markdown, markup.heading.6.markdown</string>
18691869
<key>settings</key>
18701870
<dict>
18711871
<key>foreground</key>

0 commit comments

Comments
 (0)