mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
10 lines
132 B
JavaScript
10 lines
132 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
headerPattern: /^(\w*): (.*)$/,
|
|
headerCorrespondence: [
|
|
'component',
|
|
'shortDesc'
|
|
]
|
|
}
|