Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year (fixes #1514.) | Matthäus G. Chajdas | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Fix StataLexer format highlight error (change Name.Format to Name.Other) | Mauricio Caceres Bravo | 2019-02-19 | 1 | -1/+1 |
| | | | | | | | | StataLexer defined Name.Format for variable and print format highlighting; Name.Format is not a built-in token, which caused issues downstream in certain applications (e.g. [here](https://github.com/kylebarron/stata_kernel/issues/295)). This commit changes Name.Format to Name.Other. | ||||
* | Merged default branch to hopefully solve merge conflicts | Mauricio Caceres Bravo | 2019-02-12 | 1 | -0/+1 |
| | |||||
* | Stata lexer and styles improvements and bug fixes | Mauricio Caceres Bravo | 2018-12-18 | 1 | -0/+40 |
- Nested comments correctly highlighted. - Globals and locals correctly nested inside each other and strings. - Extended locals and stored results correctly highlighted. - Keywords and operators correctly highlighted. - Parentheses and functions correctly highlighted. |