We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ba77a commit f39c75fCopy full SHA for f39c75f
1 file changed
.cspell.yml
@@ -1,16 +1,19 @@
1
----
2
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
3
version: '0.2'
4
language: en-GB
+
5
dictionaryDefinitions:
6
- - name: project-words
7
- path: './.phpcs.dict'
8
- addWords: true
+ - name: project-words
+ path: './.phpcs.dict'
+ addWords: true
9
10
dictionaries:
- - project-words
11
+ - project-words
12
13
ignorePaths:
- - 'node_modules/**'
- - '/.phpcs.dict'
14
+ - 'node_modules/**'
15
+ - '/.phpcs.dict'
16
17
patterns:
18
- name: markdown_code_block
19
pattern: |
@@ -20,8 +23,8 @@ patterns:
20
23
^\1 # end of the block
21
24
/gmx
22
25
- name: markdown_inline_code
- pattern: |
- /(\s*`)\S{3,}`/gmx
26
+ pattern: /(\s*`)\S{3,}`/gmx
27
28
languageSettings:
29
- languageId: markdown
30
ignoreRegExpList:
0 commit comments