mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-22 11:56:03 +03:00
35 lines
726 B
JSON
35 lines
726 B
JSON
|
{
|
||
|
"version": "0.1",
|
||
|
"enabledLanguageIds": [
|
||
|
"go",
|
||
|
"markdown"
|
||
|
],
|
||
|
"enabled": true,
|
||
|
// words - list of words to be always considered correct
|
||
|
"words": [
|
||
|
"Goroutines",
|
||
|
"Stateful",
|
||
|
"Structs",
|
||
|
"bber",
|
||
|
"crazybber",
|
||
|
"ifelse",
|
||
|
"iostream",
|
||
|
"istack",
|
||
|
"karlseguin",
|
||
|
"logrusorgru",
|
||
|
"mongodb",
|
||
|
"nums",
|
||
|
"postgres",
|
||
|
"stretchr",
|
||
|
"struct",
|
||
|
"xargs",
|
||
|
"gomore",
|
||
|
"stackless"
|
||
|
],
|
||
|
// flagWords - list of words to be always considered incorrect
|
||
|
// This is useful for offensive words and common spelling errors.
|
||
|
// For example "hte" should be "the"
|
||
|
"flagWords": [
|
||
|
"hte"
|
||
|
]
|
||
|
}
|