Files
neovim/runtime/lua/vim
Christian Clason 1e600d3b0a fix(treesitter): validate language name
Problem: Some injections (like markdown) allow specifying arbitrary
language names for code blocks, which may be lead to errors when
looking for a corresponding parser in runtime path.

Solution: Validate that the language name only contains alphanumeric
characters and `_` (e.g., for `c_sharp`) and error otherwise.

(cherry picked from commit c032e83b22)
2023-01-31 16:29:10 +00:00
..
2022-09-09 12:38:15 +01:00
2022-05-09 16:31:55 +02:00
2022-10-12 12:09:10 +00:00
2022-05-09 16:31:55 +02:00