LiadOz / nvim-dap-repl-highlights

Add syntax highlighting to the nvim-dap REPL
121 stars 6 forks source link

feat: add nvim-treesitter filetype-lang parser lookup #13

Closed serranomorante closed 7 months ago

serranomorante commented 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.

Tested with typescriptreact files and also with python files.

LiadOz commented 7 months ago

looks good, thank for the contribution