From 378bfe691041878ca9fadd4697f1e58dc1620931 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 23 Sep 2026 14:39:38 +0200 Subject: [PATCH] GF language server requires no external dependencies and is equally easy to install as the only-syntax-highlighting version --- doc/gf-editor-modes.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/gf-editor-modes.md b/doc/gf-editor-modes.md index 5351895e0..d178e6cc8 100644 --- a/doc/gf-editor-modes.md +++ b/doc/gf-editor-modes.md @@ -16,9 +16,8 @@ instructions inside. ## Visual Studio Code * [Grammatical Framework Language Server](https://marketplace.visualstudio.com/items?itemName=anka-213.gf-vscode) by Andreas Källberg. -This provides syntax highlighting and a client for the Grammatical Framework language server. Follow the installation instructions in the link. -* [Grammatical Framework](https://marketplace.visualstudio.com/items?itemName=GrammaticalFramework.gf-vscode) is a simpler extension -without any external dependencies which provides only syntax highlighting. +This provides syntax highlighting and a client for the Grammatical Framework language server. +* [Grammatical Framework](https://marketplace.visualstudio.com/items?itemName=GrammaticalFramework.gf-vscode) is a simpler extension which provides only syntax highlighting. ## Eclipse @@ -72,4 +71,4 @@ GF=*.gf ## Vim -[vim-gf](https://github.com/gdetrez/vim-gf) \ No newline at end of file +[vim-gf](https://github.com/gdetrez/vim-gf)