File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6+
7+ ## [ v0.1.0] ( https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.1.0 ) (2023-03-14)
8+
9+ Initial release.
Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-elixir"
3- description = " elixir grammar for the tree-sitter parsing library"
3+ description = " Elixir grammar for the tree-sitter parsing library"
44version = " 0.1.0"
55keywords = [" incremental" , " parsing" , " elixir" ]
66categories = [" parsing" , " text-editors" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-elixir" ,
33 "version" : " 0.1.0" ,
4- "description" : " Elixir grammar for tree-sitter" ,
4+ "description" : " Elixir grammar for the tree-sitter parsing library " ,
55 "main" : " bindings/node" ,
66 "keywords" : [
77 " parser" ,
88 " lexer" ,
99 " elixir" ,
1010 " tree-sitter"
1111 ],
12+ "license" : " Apache-2.0" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/elixir-lang/tree-sitter-elixir.git"
16+ },
1217 "scripts" : {
1318 "test" : " tree-sitter test" ,
1419 "format" : " prettier --trailing-comma es5 --write grammar.js" ,
1520 "format-check" : " prettier --trailing-comma es5 --check grammar.js"
1621 },
17- "license" : " Apache-2.0" ,
1822 "dependencies" : {
1923 "nan" : " ^2.15.0"
2024 },
You can’t perform that action at this time.
0 commit comments