mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 15:23:47 -05:00
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
headerPattern: /^(\w*):\s*(.*)$/,
|
|
headerCorrespondence: [
|
|
`tag`,
|
|
`message`
|
|
]
|
|
}
|