| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(latex): capture nameless color change (#7243) | Jonáš Dujava | 2024-10-14 | 1 | -1/+1 |
| * | feat(latex): capture conditionals | Jonas Dujava | 2024-09-10 | 1 | -0/+8 |
| * | feat(latex): set url attribute for hyperlinks | Jonas Dujava | 2024-09-01 | 1 | -2/+3 |
| * | feat(latex): capture left/right math delimiters | Jonas Dujava | 2024-07-28 | 1 | -0/+6 |
| * | fix(latex): environment name should be label | Jonas Dujava | 2024-07-26 | 1 | -1/+1 |
| * | feat(latex): improve parameters | Jonas Dujava | 2024-07-23 | 1 | -6/+7 |
| * | fix(latex): more `@nospell` | Jonas Dujava | 2024-07-23 | 1 | -31/+39 |
| * | refactor(latex): deduplicate captures, reorder | Jonáš Dujava | 2024-07-22 | 1 | -51/+25 |
| * | feat(latex): simplify captures of font changing | Jonas Dujava | 2024-07-22 | 1 | -7/+1 |
| * | feat(latex): capture `&` as `@punctuation.delimiter` | Jonáš Dujava | 2024-07-21 | 1 | -2/+1 |
| * | feat(latex): capture placeholder as variable | Jonas Dujava | 2024-07-19 | 1 | -0/+2 |
| * | feat(latex): add additional include highlights | Jonas Dujava | 2024-07-19 | 1 | -5/+17 |
| * | feat(latex): improve hyperlinks | Jonas Dujava | 2024-06-23 | 1 | -8/+4 |
| * | feat(latex): highlight hyperlinks | Christian Clason | 2024-06-23 | 1 | -0/+2 |
| * | feat(latex, query, tablegen, thrift): disable spelling in shebangs | Kai Moschcau | 2024-05-01 | 1 | -2/+2 |
| * | fix(latex): update parser and queries | Christian Clason | 2024-04-28 | 1 | -1/+1 |
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -129/+86 |
| * | feat(highlights)!: enforce documented captures (#6232) | Christian Clason | 2024-03-03 | 1 | -7/+7 |
| * | feat(latex): more text func highlights | Riley Bruins | 2024-02-17 | 1 | -1/+5 |
| * | fix(latex): update bibstyle queries (#6102) | gi1242 | 2024-02-15 | 1 | -1/+5 |
| * | feat(latex): pre-compiled header highlights, tests | Riley Bruins | 2024-02-06 | 1 | -9/+12 |
| * | fix(latex): give comments higher precedence | Riley Bruins | 2024-02-06 | 1 | -15/+15 |
| * | feat(latex): operator highlights for _ and ^ | Riley Bruins | 2024-01-24 | 1 | -0/+2 |
| * | fix(latex): better environment precedence | Riley Bruins | 2024-01-24 | 1 | -9/+9 |
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 1 | -1/+1 |
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -96/+210 |
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 1 | -73/+73 |
| * | fix(latex): highlight text functions | Riley Bruins | 2024-01-04 | 1 | -0/+1 |
| * | Add @nospell annotation to label definitions and references | Ahnaf Rafi | 2023-12-21 | 1 | -0/+3 |
| * | feat: highlight regular latex text to maintain consistency with boldfaced and... | Riley Bruins | 2023-11-11 | 1 | -0/+3 |
| * | refactor: Remove all `(ERROR) @error` captures | Pham Huy Hoang | 2023-10-25 | 1 | -1/+0 |
| * | feat: @spell on comments | Jaehwang Jung | 2023-09-12 | 1 | -1/+1 |
| * | refactor: replace some match & vim-match usages | ObserverOfTime | 2023-08-23 | 1 | -3/+3 |
| * | highlights(markup): distinguish heading level in queries | Christian Clason | 2023-05-13 | 1 | -17/+17 |
| * | latex: @nospell for environment names, citations and commands (#3948) | david-pikas | 2022-12-08 | 1 | -7/+10 |
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 1 | -0/+3 |
| * | feat(spell): upstream spell queries from spellsitter | Lewis Russell | 2022-09-06 | 1 | -0/+7 |
| * | highlights(latex): only highlight command name, not whole command | Stephan Seitz | 2022-05-21 | 1 | -2/+1 |
| * | latex: capture math env contents | Christian Clason | 2022-04-15 | 1 | -1/+3 |
| * | latex: update queries | Christian Clason | 2022-04-14 | 1 | -61/+41 |
| * | fix(latex): update parser and queries | Christian Clason | 2022-02-27 | 1 | -6/+6 |
| * | fix(latex): update parser and query (#2547) | Christian Clason | 2022-02-19 | 1 | -1/+1 |
| * | fix(latex): some highlight query fixes (#2534) | Christian Clason | 2022-02-16 | 1 | -19/+21 |
| * | refactor(latex): improve queries (#2457) | Christian Clason | 2022-02-05 | 1 | -311/+155 |
| * | chore(latex)!: update parser and queries (#2436) | Christian Clason | 2022-02-04 | 1 | -202/+184 |
| * | Add a missing LaTeX hightlight. | Jendrik Stelzner | 2022-01-13 | 1 | -0/+1 |
| * | Add LaTeX highlights: addpart, addchap, addsec. | Jendrik Stelzner | 2022-01-12 | 1 | -0/+8 |
| * | highlights(latex): highlight chapter*, section*, part* ... | Stephan Seitz | 2021-06-30 | 1 | -0/+8 |
| * | highlights(latex): use any-of? | Stephan Seitz | 2021-05-17 | 1 | -4/+36 |
| * | highlights(latex): add more math environments | Stephan Seitz | 2021-05-17 | 1 | -11/+3 |