Include XML grammar for fenced XML blocks

This commit is contained in:
Kevin Sawicki
2013-04-26 08:56:13 -07:00
parent 0ca1204b89
commit dccd5ec8ba

View File

@@ -79,6 +79,16 @@
'name': 'markup.code.css.gfm'
'patterns': ['include': 'source.css']
}
{
'begin': '^```xml$'
'beginCaptures':
'0': 'name': 'support.gfm'
'end': '^```$'
'endCaptures':
'0': 'name': 'support.gfm'
'name': 'markup.code.xml.gfm'
'patterns': ['include': 'text.xml']
}
{
'begin': '^```.*$'
'beginCaptures':