Skip to content

Commit 93311fd

Browse files
committed
Recognize doc attributes as markdown
1 parent 4cc872a commit 93311fd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Erlang.plist

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -604,15 +604,13 @@
604604
</dict>
605605
<key>name</key>
606606
<string>meta.directive.doc.erlang</string>
607+
<key>contentName</key>
608+
<string>meta.embedded.block.markdown</string>
607609
<key>patterns</key>
608610
<array>
609611
<dict>
610-
<key>begin</key>
611-
<string>\G</string>
612-
<key>contentName</key>
613-
<string>comment.block.documentation.erlang</string>
614-
<key>while</key>
615-
<string>(^)(?!\s*(\5))</string>
612+
<key>include</key>
613+
<string>text.html.markdown</string>
616614
</dict>
617615
</array>
618616
</dict>

0 commit comments

Comments
 (0)