diff options
author | pommicket <pommicket@gmail.com> | 2023-01-05 13:18:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-05 13:18:36 -0500 |
commit | 3e0548caa2cf7d6b32cc029dbc9044ef877f6cee (patch) | |
tree | cab5e9412ebe19f1ce4793ab989fc03012e2938a /main.c | |
parent | be318b18a01481d16149c34f649c9cdb1f91979d (diff) |
allow `-delimited multiline strings in ted.cfg
also fix multiline string highlighting of keywords/# in config files
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,8 @@ /* @TODO: -- can we display publishDiagnostics notifications from rust-analyzer (& others)? +- LSP configuration in ted.cfg + - remove LSP_REQUEST_JDTLS_CONFIGURATION + - disable publishDiagnostics for rust-analyzer (& others)? - phantom completions - debug-lsp option (which logs LSP messages) - check LSP process status (TEST: what happens if LSP server is not installed) @@ -13,7 +15,6 @@ - grep -i -n TODO *.[ch] - when searching files, put exact matches at the top - auto-set build command for cmake (both for windows and unix) ---- LSP MERGE --- - some way of opening + closing all C files in directory for clangd textDocument/references to work? - maybe it can be done with the clangd config instead. |