fennel-ls/test
Michele Campeotto 0b979f1e78 documentHighlight should not show references in other files
documentHighlight was highlighting symbols that were defined in other
files (incorrectly, because the response only contains ranges, not
locations), but this feature is meant for the current document only.
2025-03-02 08:56:29 -08:00
..
data/fennel-ls/docsets Add test to ensure that evil docsets can't run evil code. 2025-02-26 22:54:42 -08:00
utils Add support for textDocument/documentHighlight 2025-02-27 18:18:35 -08:00
capabilities.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
check.fnl --check is now --lint 2024-06-23 15:44:35 -05:00
code-action.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
completion.fnl Only set default completion kind when it's not already present! 2025-02-26 01:12:02 -08:00
diagnostic.fnl Recognize deprecated functions that haven't been removed yet. 2025-02-28 04:18:36 -08:00
document-highlight.fnl documentHighlight should not show references in other files 2025-03-02 08:56:29 -08:00
goto-definition.fnl analyzer can search into macro expansions and functions 2025-01-19 19:56:37 -06:00
hover.fnl Only generate lua manual docs; move tic80/love2d to other repo. 2025-02-28 02:30:55 -08:00
init.fnl Add support for textDocument/documentHighlight 2025-02-27 18:18:35 -08:00
json-rpc.fnl Switch from rxi/json to dkjson, switch folder structure 2024-06-09 17:36:19 -05:00
lint.fnl Allow trailing underscores to bypass unused local warnings. 2025-01-05 12:40:25 -08:00
misc.fnl refactoring 2024-07-07 14:31:22 -05:00
references.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
rename.fnl simplify tests. only one create-client function 2024-07-05 00:25:51 -05:00
settings.fnl Add test for config validation. 2025-02-28 02:30:59 -08:00
string-processing.fnl Change tests to faith 2024-03-01 14:43:26 -06:00