summaryrefslogtreecommitdiff
path: root/src/main/lsp/diagnostics.h
AgeCommit message (Collapse)Author
2025-11-21Fix so more than one file gets error highlightsAlbert Cervin
The previous fix for that did not take multiple files into account.
2025-11-01More lsp supportAlbert Cervin
This makes the LSP support complete for now: - Completion - Diagnostics - Goto implementation/declaration - Rename - Documentation - Find references