Go to file
Deukhoofd 25e02057ae
Fixes issue where type def would read too much.
2021-10-24 15:15:18 +02:00
.vscode Initial Commit 2020-09-17 21:59:10 +02:00
client Adds support for astypedef files, so we can register the interface as application interface, even when it uses functions that are not supported by angelscript itself. 2021-10-23 14:03:31 +02:00
scripts Initial Commit 2020-09-17 21:59:10 +02:00
server Fixes issue where type def would read too much. 2021-10-24 15:15:18 +02:00
syntaxes Adds support for astypedef files, so we can register the interface as application interface, even when it uses functions that are not supported by angelscript itself. 2021-10-23 14:03:31 +02:00
.eslintignore Initial Commit 2020-09-17 21:59:10 +02:00
.eslintrc.js Initial Commit 2020-09-17 21:59:10 +02:00
.eslintrc.json Initial Commit 2020-09-17 21:59:10 +02:00
.gitignore Several changes for publishing on marketplace 2020-09-18 18:12:47 +02:00
.vscodeignore Fixed missing files in packaging, need to look at webpack though 2020-09-18 18:25:47 +02:00
README.md Update readme 2020-09-18 17:50:37 +02:00
astypedef-configuration.json Adds support for astypedef files, so we can register the interface as application interface, even when it uses functions that are not supported by angelscript itself. 2021-10-23 14:03:31 +02:00
language-configuration.json Get everything in working condition 2020-09-18 17:48:45 +02:00
package-lock.json 1.0.1 2020-09-18 18:26:29 +02:00
package.json Increment version. 2021-10-24 12:36:35 +02:00
tsconfig.json Initial Commit 2020-09-17 21:59:10 +02:00

README.md

Angelscript Language Server

Simple Language Server for Angelscript, providing grammar, basic language-configuration, and diagnostics.