5d438aa082
- Updated file header and `associationMap`-header. - Changed order of associations and parsers to follow ascending 'langID' numerical values. - Removed `displayMode` attributes (are not used). - Make functionList.xml XML compliant. - Put set of characters in same order in all character groups. - Correct `)/` to `/)` in `commentExpr`-attribute. - Add pattern modifier to multi-line comment expression. - Add pattern modifier to single-line comment expression. - When applicable remove outer most parentheses of `commentExpr`-attribute. - As an underscore is part of character class `\w` (equals group `[A-Za-z0-9_]`) remove the underscore when both are used in the same group. - Replace the `A-Za-z0-9_` set in a group with character class `\w` as they are equal. - No need to put one character class in a group e.g. change `[\w]` to `\w`. - Replace space character with its hexdecimal representation i.e. \x20. - Corrected Python parser i.e. renamed `funcNameExpr` to `nameExpr` in function-parser part. - Changed use of L_JS (19) to L_JAVASCRIPT (58). Closes #2335 |
||
---|---|---|
.. | ||
bin | ||
gcc | ||
installer | ||
misc/chameleon | ||
scintilla.original.forUpdating | ||
src | ||
visual.net |