Closed serranomorante closed 7 months ago
Continuing with the work done here: https://github.com/LiadOz/nvim-dap-repl-highlights/pull/5 and addressing your comments.
This makes this plugin work with typescriptreact filetypes which uses the tsx parser on treesitter.
typescriptreact
tsx
Tested with typescriptreact files and also with python files.
looks good, thank for the contribution
Continuing with the work done here: https://github.com/LiadOz/nvim-dap-repl-highlights/pull/5 and addressing your comments.
This makes this plugin work with
typescriptreact
filetypes which uses thetsx
parser on treesitter.Tested with typescriptreact files and also with python files.