Skip to content

Commit 61a70d4

Browse files
committed
Break out classes, functions, import and more. Update parameter list implementation
1 parent 226eee4 commit 61a70d4

25 files changed

+2068
-1690
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ Develop
1111

1212
# Contributing
1313

14+
## Requirements
15+
16+
* NodeJS
17+
1418
## Setup
1519

16-
To generate build artifacts you will need to install dependencies
20+
This project is build using a couple of handy node scripts. You will need to
21+
install the project dependencies to begin
1722

1823
```
1924
$ npm install
@@ -33,6 +38,12 @@ the merged sources to the `dist` directory.
3338
$ npm run build
3439
```
3540

41+
You can format your sources using.
42+
43+
```
44+
$ npm run format
45+
```
46+
3647
## Testing
3748

3849
Tests are run using `vscode-tmgrammar-test` against tests cases

0 commit comments

Comments
 (0)