-
Notifications
You must be signed in to change notification settings - Fork 1
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
Winston Liu
authored and
Winston Liu
committed
Jan 10, 2019
1 parent
5208cf1
commit 5675348
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,21 +1,21 @@ | ||
{ | ||
"name": "language-hclrs", | ||
"version": "0.0.0", | ||
"description": "HCLRS language support for Atom", | ||
"keywords": [ | ||
"language", | ||
"grammar", | ||
"tree-sitter", | ||
"hclrs", | ||
"cs3330" | ||
], | ||
"repository": "https://github.com/50Wliu/language-hclrs", | ||
"author": "Winston Liu", | ||
"license": "MIT", | ||
"engines": { | ||
"atom": ">=1.32.0 <2.0.0" | ||
}, | ||
"dependencies": { | ||
"tree-sitter-hclrs": "^0.0.2" | ||
} | ||
} | ||
{ | ||
"name": "language-hclrs", | ||
"version": "0.0.1", | ||
"description": "HCLRS language support for Atom", | ||
"keywords": [ | ||
"language", | ||
"grammar", | ||
"tree-sitter", | ||
"hclrs", | ||
"cs3330" | ||
], | ||
"repository": "https://github.com/50Wliu/language-hclrs", | ||
"author": "Winston Liu", | ||
"license": "MIT", | ||
"engines": { | ||
"atom": ">=1.32.0 <2.0.0" | ||
}, | ||
"dependencies": { | ||
"tree-sitter-hclrs": "^0.0.2" | ||
} | ||
} |