1
0
forked from aniani/vim
Files
vim/runtime
James Fleming 72904d5fda Runtime: Add nixInherit matcher in nix.vim syntax
Perform the lookahead in `nixInheritAttributeScope`, then hand over to a
new region called `nixInheritAttributeSubExpr`, which sets the match
start to one char after the opening bracket to avoid a double-match.

Finally, only do a lookahead to `)` in `nixInheritAttributeSubExpr` (and
thus make sure the region is closed to not get a match of `nixParen`
here) and let `nixInheritAttributeScope` close the bracket.

Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-20 19:20:55 +02:00
..
2022-07-01 18:45:04 +01:00
2023-02-02 13:59:48 +00:00
2022-06-25 18:01:32 +01:00
2022-06-25 18:01:32 +01:00