nvim-treesitter/queries/nim
aMOPel 36f81e698e
feat(nim): added some captures and fixed some bugs (#5664)
* fix(nim): literals in pragmas in types would be falsly highlighted as `@variable`

* style(nim): removed trailing whitespace

* fix(nim): identifiers in (type_expression (pragma_expression)) would be
captured as `@type`

* fix(nim): changed generic parameters when declaring from @type to @parameter

* feat(nim): added @constant capture for (identifier)s x, y in
`array[x..y, type]`

* feat(nim): added @function.call capture for (identifier)s in second
argument to `varargs[type, routine]`
2023-12-01 00:21:43 +09:00
..
folds.scm feat(nim): added nim parser and queries (#5556) 2023-10-30 20:35:51 +09:00
highlights.scm feat(nim): added some captures and fixed some bugs (#5664) 2023-12-01 00:21:43 +09:00
injections.scm feat(nim): added nim parser and queries (#5556) 2023-10-30 20:35:51 +09:00
locals.scm feat(nim): added nim parser and queries (#5556) 2023-10-30 20:35:51 +09:00