File tree 3 files changed +16
-3
lines changed
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 1
1
[package ]
2
2
name = " tree-sitter-elixir"
3
- description = " elixir grammar for the tree-sitter parsing library"
3
+ description = " Elixir grammar for the tree-sitter parsing library"
4
4
version = " 0.1.0"
5
5
keywords = [" incremental" , " parsing" , " elixir" ]
6
6
categories = [" parsing" , " text-editors" ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-elixir" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " Elixir grammar for tree-sitter" ,
4
+ "description" : " Elixir grammar for the tree-sitter parsing library " ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
7
7
" parser" ,
8
8
" lexer" ,
9
9
" elixir" ,
10
10
" tree-sitter"
11
11
],
12
+ "license" : " Apache-2.0" ,
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " https://github.com/elixir-lang/tree-sitter-elixir.git"
16
+ },
12
17
"scripts" : {
13
18
"test" : " tree-sitter test" ,
14
19
"format" : " prettier --trailing-comma es5 --write grammar.js" ,
15
20
"format-check" : " prettier --trailing-comma es5 --check grammar.js"
16
21
},
17
- "license" : " Apache-2.0" ,
18
22
"dependencies" : {
19
23
"nan" : " ^2.15.0"
20
24
},
You can’t perform that action at this time.
0 commit comments