| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-30 | highlights(d): highlight ":" | Stephan Seitz | |
| 2021-10-31 | D: fix duplicate `@namespace` capture | Santos Gallegos | |
| The previous query was highlighting everything inside that node, but we only want to highlight the identifiers. Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1930/files#r735105675 | |||
| 2021-10-20 | fix(d): don't use string_literals | Cezary Drożak | |
| string_literals is not used in single argument template instances. The nodes are from [1]. [1]: https://github.com/CyberShadow/tree-sitter-d/blob/c2fbf21bd3aa45495fe13247e040ad5815250032/grammar.js#L536 | |||
| 2021-10-07 | parsers: add D parser | Cezary Drożak | |
