mirror of
https://github.com/atom/atom.git
synced 2026-01-27 15:58:00 -05:00
💄
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user