forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell.config.yaml
31 lines (31 loc) · 1.01 KB
/
cspell.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
id: 'es-es'
version: '0.2'
readonly: true
name: 'Spanish Dictionary (Spain)'
description: 'Spanish Dictionary (Spain)'
dictionaryDefinitions:
- name: 'es-es'
path: './Spanish.trie.gz'
description: 'Spanish Dictionary (Spain)'
dictionaryInformation:
locale: 'es-ES'
# cspell:ignore ZóíjáéñúüÓÍÁÉÑÚÜ
alphabet: a-zA-ZóíjáéñúüÓÍÁÉÑÚÜ
suggestionEditCosts:
# cspell:ignore eéèëê iíìïî oóòöô uüúùû
- map: MAP eéèëêEÉ|aáàAÁ|iíìïîIÍ|oóòöôOÓ|uüúùûUÚÜ
replace: 1
- map: (ás)(az)|(cc)(x)|(és)(ez)|(güe)(hue)|(güi)(hui)
replace: 75
- map: (ís)(iz)|(ío)(ido)|(ke)(que)|(ki)(qui)
replace: 75
# cspell:ignore seci cesi vámonos vayámonos
- map: (ll)(y)|(mb)(nv)|(seci)(cesi)|(vámonos)(vayámonos)
replace: 75
dictionaries: []
languageSettings:
- languageId: '*'
locale: 'es, es_ES'
caseSensitive: true
dictionaries: ['es-es']