Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added analyse_text() that attempts to detect MySQL and Transact-SQL. | Thomas Aglassinger | 2016-10-01 | 1 | -1/+45 |
| | |||||
* | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." ↵ | Thomas Aglassinger | 2016-03-24 | 1 | -2/+7 |
| | | | | and "1.e2." | ||||
* | Fixed that regex to detect Number.Float shadowed regex for Number.Integer ↵ | Thomas Aglassinger | 2016-03-23 | 1 | -0/+4 |
| | | | | for Transact-SQL. | ||||
* | Fixed broken test case by properly naming Transact-SQL example file to ↵ | Thomas Aglassinger | 2016-03-22 | 1 | -12/+1 |
| | | | | prevent ResourceLexer from attempting to lex it. | ||||
* | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase. | Thomas Aglassinger | 2016-03-21 | 1 | -0/+76 |