File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- ---
21$schema : https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
32version : ' 0.2'
43language : en-GB
4+
55dictionaryDefinitions :
6- - name : project-words
7- path : ' ./.phpcs.dict'
8- addWords : true
6+ - name : project-words
7+ path : ' ./.phpcs.dict'
8+ addWords : true
9+
910dictionaries :
10- - project-words
11+ - project-words
12+
1113ignorePaths :
12- - ' node_modules/**'
13- - ' /.phpcs.dict'
14+ - ' node_modules/**'
15+ - ' /.phpcs.dict'
16+
1417patterns :
1518 - name : markdown_code_block
1619 pattern : |
@@ -20,8 +23,8 @@ patterns:
2023 ^\1 # end of the block
2124 /gmx
2225 - name : markdown_inline_code
23- pattern : |
24- /(\s*`)\S{3,}`/gmx
26+ pattern : /(\s*`)\S{3,}`/gmx
27+
2528languageSettings :
2629 - languageId : markdown
2730 ignoreRegExpList :
You can’t perform that action at this time.
0 commit comments