Support optional dash in CoffeeScript fence name

This commit is contained in:
Kevin Sawicki
2013-08-08 17:57:16 -07:00
parent d2654cb70c
commit 0fd834004e

View File

@@ -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,}$'