wenzelm [Wed, 02 Oct 2024 13:34:03 +0200] rev 81101
clarified abbreviation;
wenzelm [Wed, 02 Oct 2024 11:27:19 +0200] rev 81100
tuned whitespace;
wenzelm [Wed, 02 Oct 2024 11:17:47 +0200] rev 81099
tuned;
wenzelm [Wed, 02 Oct 2024 11:08:45 +0200] rev 81098
more NEWS;
wenzelm [Wed, 02 Oct 2024 10:35:44 +0200] rev 81097
more inner syntax markup: HOL-Analysis;
wenzelm [Wed, 02 Oct 2024 10:34:41 +0200] rev 81096
tuned markup;
wenzelm [Tue, 01 Oct 2024 23:36:10 +0200] rev 81095
more inner syntax markup: HOLCF;
wenzelm [Tue, 01 Oct 2024 22:12:11 +0200] rev 81094
more 'no_syntax' bundles;
wenzelm [Tue, 01 Oct 2024 21:35:31 +0200] rev 81093
more robust 'no_syntax' via bundles;
wenzelm [Tue, 01 Oct 2024 21:30:59 +0200] rev 81092
tuned markup;
wenzelm [Tue, 01 Oct 2024 20:39:16 +0200] rev 81091
drop somewhat pointless 'syntax_consts' declarations;
wenzelm [Mon, 30 Sep 2024 23:32:26 +0200] rev 81090
clarified syntax: use outer block (with indent);
wenzelm [Mon, 30 Sep 2024 22:57:45 +0200] rev 81089
clarified syntax: prefer nonterminal "args", use outer block (with indent);
Fabian Huch <huch@in.tum.de> [Wed, 02 Oct 2024 18:32:36 +0200] rev 81088
proper command kinds;
Fabian Huch <huch@in.tum.de> [Wed, 02 Oct 2024 13:51:45 +0200] rev 81087
updated vscode_extension;
Fabian Huch <huch@in.tum.de> [Wed, 02 Oct 2024 13:50:01 +0200] rev 81086
NEWS and CONTRIBUTORS;
Fabian Huch <huch@in.tum.de> [Wed, 02 Oct 2024 10:51:11 +0200] rev 81085
clarified: add operation;
Fabian Huch <huch@in.tum.de> [Wed, 02 Oct 2024 10:39:32 +0200] rev 81084
minor tuning;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 19 Jul 2024 17:08:20 +0200] rev 81083
lsp: added additional commit characters to immediate completions;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 18 Jul 2024 23:02:49 +0200] rev 81082
vscode: further adjusted default settings and wordPattern for consistent completion popups;
for some reason wordPattern must be set to match (almost) everything, otherwise completions only pop up every other character, and then we must disable wordBasedSuggestions or it will suggest whole lines out of the document;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 18 Jul 2024 17:59:50 +0200] rev 81081
lsp: added more triggerCharacters to make completion popups more consistent;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 18 Jul 2024 01:18:43 +0200] rev 81080
vscode: added default setting to make completions pop up by themselves;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 18 Jul 2024 22:08:46 +0200] rev 81079
lsp: improved completions;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 17 Jul 2024 21:03:56 +0200] rev 81078
vscode: removed unused code;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 17 Jul 2024 21:02:30 +0200] rev 81077
vscode: removed README because its content is outdated;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 17 Jul 2024 20:56:27 +0200] rev 81076
vscode: disabled whitespace rendering by default because the whitespace symbol is not monospace;
Thomas Lindae <thomas.lindae@in.tum.de> [Tue, 09 Jul 2024 16:47:48 +0200] rev 81075
lsp: added symbol conversion request;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 05 Jul 2024 21:40:39 +0200] rev 81074
vscode: changed how options are inserted into package.json so that one can still call `npm install` without errors;