summaryrefslogtreecommitdiff
path: root/ted.cfg
AgeCommit message (Collapse)Author
2023-03-04highlight directives in ted.cfgpommicket
2023-03-04check for %include loopspommicket
2023-03-03configurable hover/highlight key + better key stuffpommicket
scancodes are no longer used for anything
2023-03-03different read/write colors for ide-highlightspommicket
2023-03-02some CSS highlightingpommicket
2023-03-02:previous-positionpommicket
2023-03-02comment-start and comment-end settingspommicket
2023-02-26ctrl+scroll to adjust text sizepommicket
2023-01-11LANG_TEXT, turn off phantom completions for text/cfg/md filespommicket
2023-01-11build-command setting + a bunch of config fixespommicket
- now we only show the first config error - path matching is now ranked more highly than language matching - paths with forward slashes are now handled for Windows path-specific settings
2023-01-11turn off lsp-log by defaultpommicket
2023-01-11update readmepommicket
2023-01-09fixed a bunch of windows stuffpommicket
also compile_commands.json does fix the usages problem!
2023-01-06check LSP process statuspommicket
2023-01-06finished lsp-logpommicket
2023-01-06lsp-log settingpommicket
2023-01-06phantom completionspommicket
2023-01-06start phantom completionspommicket
2023-01-05lsp-configuration optionpommicket
2023-01-04finished documenting ted.hpommicket
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-03switch from scancodes to keycodespommicket
2023-01-03use different keys for hover+highlights to be less distractingpommicket
2023-01-03different types of messagespommicket
2023-01-02:up-blank-line, etc.pommicket
2022-12-31goto-definition-at-cursor commandpommicket
2022-12-31hover-time settingpommicket
2022-12-31highlight-enabled and highlight-auto settingspommicket
2022-12-31only set swap interval if neededpommicket
2022-12-30framerate-cap settingpommicket
2022-12-30basic find usagespommicket
2022-12-29hover-enabled optionpommicket
2022-12-29hover highlightpommicket
2022-12-29hover colorspommicket
2022-12-28GLSL syntax highlightingpommicket
2022-12-28syntax highlighting for JSON, and XML as a separate languagepommicket
2022-12-28signature-help settingpommicket
2022-12-27typescript-language-serverpommicket
2022-12-27configurable max buffer size + max view-only buffer sizepommicket
2022-12-27add typescript highlightingpommicket
2022-12-27added workspaceFolders supportpommicket
but broke non-workspaceFolders support
2022-12-25global lsp-enabled settingpommicket
2022-12-25set rootUri correctlypommicket
2022-12-24testing LSPs for other languagespommicket
2022-12-24start LSP settingpommicket
2022-12-24find build directory in a much better waypommicket
this will be useful for LSPs
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-23identifier-trigger-characters settingpommicket
2022-12-23LSP document_datapommicket