-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeAnalysisDictionary.xml
More file actions
24 lines (24 loc) · 906 Bytes
/
CodeAnalysisDictionary.xml
File metadata and controls
24 lines (24 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Dictionary>
<Words>
<Unrecognized>
<!-- Words to be excluded from the existing dictionary -->
<!-- <Word>instate</Word> -->
</Unrecognized>
<Recognized>
<!-- Words to augment the existing dictionary -->
<!-- If your company or product name is an unusal word, you may want to include it. -->
<!-- For compound words, include the individual words (if necessary) -->
<!--<Word>4Deep Technologies</Word>-->
<!--<Word>PDizzle</Word>-->
</Recognized>
<Acronyms>
<!-- Company, domain, or project specific acronyms -->
<CasingExceptions>
<!-- If your company or product name is an acroynm, you may want to include these here -->
<!--<Acronym>4Deep Technologies</Acronym>-->
<!--<Acronym>PDizzle</Acronym>-->
</CasingExceptions>
</Acronyms>
</Words>
</Dictionary>