go-pattern-examples/cspell.json

35 lines
726 B
JSON
Raw Normal View History

2020-05-01 07:06:24 +03:00
{
"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"
]
}