-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update VSCode plugin NPM package * Update VSCode syntax * Rewrite the `definition` rule to make it simpler and work with multiline types * Use shared `#types` group with added support for `rec` * Refactor groups to use ordered include `patterns` and unordered `repository` of named subgroups * Add escape sequences to strings * Fix a typo in a regular expression that broke syntax highlighting * Generate the syntax JSON file from YAML --- * Closes #1887
- Loading branch information
Showing
21 changed files
with
1,638 additions
and
2,993 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
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
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,4 +1,5 @@ | ||
.vscode/** | ||
.vscode-test/** | ||
.gitignore | ||
test/** | ||
DEVELOPING.md |
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
Oops, something went wrong.