mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Include XML grammar for fenced XML blocks
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user