mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
99e0facf3a
Problem: No clear way to check whether parsers are available for a given language. Solution: Make `language.add()` return `true` if a parser was successfully added and `nil` otherwise. Use explicit `assert` instead of relying on thrown errors. |
||
---|---|---|
.. | ||
fold_spec.lua | ||
highlight_spec.lua | ||
inspect_tree_spec.lua | ||
language_spec.lua | ||
node_spec.lua | ||
parser_spec.lua | ||
query_spec.lua | ||
utils_spec.lua |