summaryrefslogtreecommitdiff
path: root/queries/d
AgeCommit message (Collapse)Author
2022-01-30highlights(d): highlight ":"Stephan Seitz
2021-10-31D: fix duplicate `@namespace` captureSantos 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-20fix(d): don't use string_literalsCezary 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-07parsers: add D parserCezary Drożak