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
- ---
2
1
$schema : https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
3
2
version : ' 0.2'
4
3
language : en-GB
4
+
5
5
dictionaryDefinitions :
6
- - name : project-words
7
- path : ' ./.phpcs.dict'
8
- addWords : true
6
+ - name : project-words
7
+ path : ' ./.phpcs.dict'
8
+ addWords : true
9
+
9
10
dictionaries :
10
- - project-words
11
+ - project-words
12
+
11
13
ignorePaths :
12
- - ' node_modules/**'
13
- - ' /.phpcs.dict'
14
+ - ' node_modules/**'
15
+ - ' /.phpcs.dict'
16
+
14
17
patterns :
15
18
- name : markdown_code_block
16
19
pattern : |
@@ -20,8 +23,8 @@ patterns:
20
23
^\1 # end of the block
21
24
/gmx
22
25
- name : markdown_inline_code
23
- pattern : |
24
- /(\s*`)\S{3,}`/gmx
26
+ pattern : /(\s*`)\S{3,}`/gmx
27
+
25
28
languageSettings :
26
29
- languageId : markdown
27
30
ignoreRegExpList :
You can’t perform that action at this time.
0 commit comments