mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Support optional dash in CoffeeScript fence name
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
'name': 'comment.hr.gfm'
|
||||
}
|
||||
{
|
||||
'begin': '^`{3,}\\s*coffee(script)?$'
|
||||
'begin': '^`{3,}\\s*coffee-?(script)?$'
|
||||
'beginCaptures':
|
||||
'0': 'name': 'support.gfm'
|
||||
'end': '^`{3,}$'
|
||||
|
||||
Reference in New Issue
Block a user