Files
neovim/runtime/lua
Christian Clason 674f2513d4 fix(treesitter): validate language alias for injections
Problem: Parsed language annotations can be random garbage so
`nvim_get_runtime_file` throws an error.

Solution: Validate that `alias` is a valid language name before trying
to find a parser for it.
2024-01-18 15:46:08 +01:00
..
2023-09-10 11:43:37 +02:00
2024-01-02 22:00:06 +01:00