mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Include css grammar in fenced block
This commit is contained in:
@@ -69,6 +69,16 @@
|
||||
'name': 'markup.code.js.gfm'
|
||||
'patterns': ['include': 'source.js']
|
||||
}
|
||||
{
|
||||
'begin': '^```css$'
|
||||
'beginCaptures':
|
||||
'0': 'name': 'support.gfm'
|
||||
'end': '^```$'
|
||||
'endCaptures':
|
||||
'0': 'name': 'support.gfm'
|
||||
'name': 'markup.code.css.gfm'
|
||||
'patterns': ['include': 'source.css']
|
||||
}
|
||||
{
|
||||
'begin': '^```.*$'
|
||||
'beginCaptures':
|
||||
|
||||
Reference in New Issue
Block a user