We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc872a commit 93311fdCopy full SHA for 93311fd
Erlang.plist
@@ -604,15 +604,13 @@
604
</dict>
605
<key>name</key>
606
<string>meta.directive.doc.erlang</string>
607
+ <key>contentName</key>
608
+ <string>meta.embedded.block.markdown</string>
609
<key>patterns</key>
610
<array>
611
<dict>
- <key>begin</key>
- <string>\G</string>
612
- <key>contentName</key>
613
- <string>comment.block.documentation.erlang</string>
614
- <key>while</key>
615
- <string>(^)(?!\s*(\5))</string>
+ <key>include</key>
+ <string>text.html.markdown</string>
616
617
</array>
618
0 commit comments