mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
* update javascript and typescript * create an ecma directory and use existing javascript matchup.scm there * inherit from ecma and jsx in the javascript query * inherit from ecma in the typescript query * inherit from typescript and jsx in the tsx query * this structure makes it more inline with how existing queries in nvim-treesitter work * allows jsx to be used in js files * add additional matchup for typescript * allow type argument and parameters to be matched up such that `function foo(): Promise<any>` matches up the `<` and `>` characters
2 lines
21 B
Scheme
2 lines
21 B
Scheme
; inherits: ecma,jsx
|