-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
495b64d
commit 00916d1
Showing
3 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# WitcherScript | ||
# WitcherScript IDE | ||
|
||
Toolkit for parsing and analyzing WitcherScript code together with Language Server implementation. | ||
Language Server implementation for WitcherScript - Witcher 3's scripting language. | ||
|
||
## Features | ||
- syntax highlighting | ||
- basic syntactical analysis | ||
|
||
|
||
**More coming soon!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to the "witcherscript" extension will be documented in this file. | ||
## 0.1.0 | ||
Initial release | ||
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
|
||
## [Unreleased] | ||
|
||
- Initial release | ||
### Added | ||
- syntax highlighting | ||
- basic syntactical analysis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
# WitcherScript | ||
|
||
VSCode client for WitcherScript IDE. | ||
VSCode client for WitcherScript language server. | ||
|
||
|
||
## Features | ||
- syntax highlighting | ||
- syntactical analysis | ||
|
||
### Syntax Highlighting | ||
|
||
## Known Issues | ||
This extension is meant to replace [vscode-witcherscript](https://marketplace.visualstudio.com/items?itemName=nicollasricas.vscode-witcherscript). | ||
It is necessary to uninstall that extension first if you have it installed. | ||
|
||
<!-- | ||
## Requirements | ||
|
||
TODO | ||
None at the moment. | ||
## Extension Settings | ||
|
||
TODO | ||
|
||
## Known Issues | ||
|
||
TODO | ||
None at the moment. | ||
## Release Notes | ||
TODO | ||
--> | ||
|
||
--- |