Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jan 19, 2024
1 parent 495b64d commit 00916d1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
11 changes: 9 additions & 2 deletions README.md
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!**
11 changes: 5 additions & 6 deletions editors/vscode/CHANGELOG.md
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
21 changes: 10 additions & 11 deletions editors/vscode/README.md
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
-->

---

0 comments on commit 00916d1

Please sign in to comment.