This commit is contained in:
Kevin Sawicki
2013-02-09 15:36:30 -08:00
parent 1dffcb73a7
commit d406c95df9

View File

@@ -39,15 +39,12 @@
{
'match': '\\!?\\[([^\\]]*)\\]\\(([^\\)]+)\\)'
'captures':
'1':
'name': 'entity.gfm'
'2':
'name': 'markup.underline.gfm'
'1': 'name': 'entity.gfm'
'2': 'name': 'markup.underline.gfm'
}
{
'match': '^\\s*(\\*)\\s+'
'captures':
'1':
'name': 'constant.gfm'
'1': 'name': 'constant.gfm'
}
]