summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2022-12-31use double instead of struct timespecpommicket
2022-12-30framerate-cap settingpommicket
2022-12-30basic find usagespommicket
2022-12-30clip highlight to buffer rectpommicket
2022-12-30better readme, etcpommicket
2022-12-30textDocument/references requestpommicket
2022-12-30document highlights!pommicket
2022-12-30start document highlightspommicket
2022-12-30textDocument/rename response parsingpommicket
2022-12-30start parse rename responsepommicket
2022-12-30write rename requestpommicket
2022-12-30fixed hover bugpommicket
2022-12-30apommicket
2022-12-30cancelling requestspommicket
2022-12-30show location in definitions menupommicket
2022-12-30better ted_active_lsp, fix memory bugpommicket
2022-12-30go to definitionpommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-30parse workspace/symbol responsepommicket
2022-12-29show the wait cursor when waiting for go to definitionpommicket
2022-12-29error LSPResponse memberpommicket
2022-12-29little thingspommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-29thingspommicket
2022-12-29hover-enabled optionpommicket
2022-12-29hover highlightpommicket
2022-12-29more hoverpommicket
2022-12-29hover colorspommicket
2022-12-29working hoverpommicket
2022-12-29more hoverpommicket
2022-12-29separate XML highlightingpommicket
2022-12-28GLSL syntax highlightingpommicket
2022-12-28syntax highlighting for JSON, and XML as a separate languagepommicket
2022-12-28signature-help settingpommicket
2022-12-28fixed (all?) problems with signature helppommicket
2022-12-28moving things around a bitpommicket
2022-12-28refresh signature help when cursor moved or buffer switchedpommicket
2022-12-28nice signature help (still needs work)pommicket
2022-12-28parsing signature helppommicket
2022-12-27more signature helppommicket
2022-12-27start signature helppommicket
2022-12-27send "params": {} for initialized requestpommicket
2022-12-27no HTMLpommicket
2022-12-27typescript-language-serverpommicket
2022-12-27configurable max buffer size + max view-only buffer sizepommicket
2022-12-27add typescript highlightingpommicket
2022-12-27handle window/showMessageRequest (hopefully)pommicket
2022-12-27ignore telemetry/eventpommicket
2022-12-27fix LSP thread safetypommicket
2022-12-27fixed previous issues, + "save as" should now workpommicket