SQLGramner XML File

 


The SQLGrammer file contains information that the editor uses to control syntax highlighting. You can edit this file to change how SQLThing recognizes keywords, operators and other information. The file has the following sections that you may wish to modify:

Keywords

The Keywords section contains a collection of the keywords in the SQL language.  Each keyword is delimited by the XML tag <Keyword>. Adding keywords causes SQLThing to highlight those words as keywords when it sees them in your statements.

SQLScopes

The SQLScopes sections contains Scope entries that are used to define the scooping of the SQL grammar.  You can add additional scopes to the grammar by adding additions Scope entries.  A scope entry contains a Benin tag and an End tag.  SQLThing uses these tags to define the beginning and ending scope of an SQL statement.  This information is used for indentation purposes.