mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 00:03:38 -05:00
11 lines
166 B
JavaScript
11 lines
166 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
headerPattern: /^\[\[(.*)]] (.*)$/,
|
|
headerCorrespondence: [
|
|
`type`,
|
|
`shortDesc`
|
|
],
|
|
noteKeywords: `BREAKING CHANGE`
|
|
}
|