Skip to content

Commit

Permalink
update READMEs and docs home
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jun 17, 2024
1 parent 6e08e81 commit 40fb2f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension making use of a Language Server.

The goal is to have a full set of features that will make [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) obsolete and reduce the overhead of fixing compilation errors detected when launching the game.
The goal is to provide a full set of features that the [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) offers and more while at the same time being open-source.

Currently the only supported client is Visual Studio Code.

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is an unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension.

The goal is to provide a full set of features that the [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) offers and more while at the same time being open-source.

WIDE includes an implementation of [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for the WitcherScript language - a proprietary scripting language used by award winning game Witcher 3 Wild Hunt created by CD Projekt RED.

Sections:
Expand Down
2 changes: 2 additions & 0 deletions editors/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is an unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension.

The goal is to provide a full set of features that the [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) offers and more while at the same time being open-source.

This extension provides support for Witcher 3's scripting language WitcherScript.


Expand Down

0 comments on commit 40fb2f2

Please sign in to comment.