; syntax file for Stata for Textpad Version 4.7 - 11/18/2003 ; ; To use: ; 1) Copy to the \SAMPLES folder in Textpad ; ; 2) In Preferences, creates a Document Class for Stata that includes .do, .ado, ; and .log files. ; ; 3) Specify the colors you want along with other options for this new Document ; Class. ; ; I have split the keyword types as follows: ; ; [Keywords 1] - stb keywords ; [Keywords 2] - stata programming commands ; [Keywords 3] - if, in and prefix commands such as for, by, xi ; [Keywords 4] - spost ; [Keywords 5] - options ; [Keywords 6] - commands ; ; This allows you to specify make them different colors. ; ; Note that some commands appear in more than two lists since the same phrase is ; used in more than one way. This needs to be cleaned up. ; ; If you find missing words or have suggestions, let me know. ; ; Contributed by Scott Long (jslong@indiana.edu) C=1 [Syntax] Namespace1 = 6 IgnoreCase = No InitKeyWordChars = A-Za-z_ KeyWordChars = A-Za-z0-9_ BracketChars=(){}[] OperatorChars=*/+->