Commit graph

4 commits

Author SHA1 Message Date
Stephan Seitz
49f910e9f2 highlights(d): highlight ":" 2022-01-30 11:10:08 +01:00
Santos Gallegos
0dd147e6b7 D: fix duplicate @namespace capture
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-31 10:22:43 +01:00
Cezary Drożak
6cefdf3bab fix(d): don't use string_literals
string_literals is not used in single argument template instances. The
nodes are from [1].

[1]: c2fbf21bd3/grammar.js (L536)
2021-10-20 09:16:20 +02:00
Cezary Drożak
c2c454c29a parsers: add D parser 2021-10-07 22:43:09 +02:00