Skip to content

What exactly has to be added to the dictionaryconfig file? #3

@tquill

Description

@tquill

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)
Capture
:

<!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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions