-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Can you post an example of what exactly has to be added to the dictionaryconfig file?
Here's my dictionaryconfig file and I don't think I've done it right (you can see I tried to add cfwheels in the Coldfusion 10 and Coldfusion 9 sections)
:
<!ELEMENT dictionary (version+)>
<!ATTLIST dictionary
id ID #REQUIRED
>
<!ELEMENT version (grammar+)>
<!ATTLIST version
key ID #REQUIRED
label CDATA #REQUIRED
>
<!ELEMENT grammar EMPTY>
<!ATTLIST grammar
location CDATA #REQUIRED
>
]>
<dictionary_config>
<dictionary id="SQL_DICTIONARY">
<version key="mssql" label="Microsoft(R) SQL Server">
<grammar location="sqlkeywords.txt" />
</version>
</dictionary>
</dictionary_config>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels