mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-21 11:36:01 +03:00
41 lines
867 B
JSON
41 lines
867 B
JSON
{
|
|
"version": "0.1",
|
|
"enabledLanguageIds": [
|
|
"go",
|
|
"markdown"
|
|
],
|
|
"enabled": true,
|
|
// words - list of words to be always considered correct
|
|
"words": [
|
|
"bber",
|
|
"cnter",
|
|
"crazybber",
|
|
"fanin",
|
|
"gobreaker",
|
|
"gomore",
|
|
"Goroutines",
|
|
"ifelse",
|
|
"iostream",
|
|
"istack",
|
|
"karlseguin",
|
|
"logrusorgru",
|
|
"mongodb",
|
|
"nums",
|
|
"postgres",
|
|
"retrier",
|
|
"semp",
|
|
"stackless",
|
|
"Stateful",
|
|
"stretchr",
|
|
"struct",
|
|
"Structs",
|
|
"tscb",
|
|
"xargs"
|
|
],
|
|
// 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"
|
|
]
|
|
} |