mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Include source.shell inside of sh/bash code blocks
This commit is contained in:
@@ -113,6 +113,16 @@
|
||||
'name': 'markup.code.java.gfm'
|
||||
'patterns': ['include': 'source.java']
|
||||
}
|
||||
{
|
||||
'begin': '^```(sh|bash)$'
|
||||
'beginCaptures':
|
||||
'0': 'name': 'support.gfm'
|
||||
'end': '^```$'
|
||||
'endCaptures':
|
||||
'0': 'name': 'support.gfm'
|
||||
'name': 'markup.code.shell.gfm'
|
||||
'patterns': ['include': 'source.shell']
|
||||
}
|
||||
{
|
||||
'begin': '^```.*$'
|
||||
'beginCaptures':
|
||||
|
||||
Reference in New Issue
Block a user