Skip to content

Commit 21b57dc

Browse files
Update ignored files and stats (#6)
* Update ignored files and stats * Further restructure * Use newer npm lockfile * Update package.json Co-authored-by: Michael Davis <[email protected]> Co-authored-by: Michael Davis <[email protected]>
1 parent 7ed50b9 commit 21b57dc

14 files changed

+55
-4898
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/src/**/* linguist-generated=true
File renamed without changes.

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Deps
12
/node_modules/
2-
/build/
3+
4+
# Temporary files
35
/tmp/
6+
7+
# Temporary files generated by Tree-sitter
8+
/build/
9+
log.html
10+
tree-sitter-iex.wasm

LICENSE

-25
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,3 @@
174174
of your accepting any such warranty or additional liability.
175175

176176
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright [yyyy] [name of copyright owner]
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `tree-sitter-iex`
22

3-
[![CI](https://github.com/the-mikedavis/tree-sitter-iex/actions/workflows/ci.yml/badge.svg)](https://github.com/the-mikedavis/tree-sitter-iex/actions/workflows/ci.yml)
3+
[![CI](https://github.com/elixir-lang/tree-sitter-iex/actions/workflows/ci.yml/badge.svg)](https://github.com/elixir-lang/tree-sitter-iex/actions/workflows/ci.yml)
44

55
A [tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar for Elixir's "IEx" REPL syntax
66

77
## Example highlights
88

99
Injecting [`elixir-lang/tree-sitter-elixir`](https://github.com/elixir-lang/tree-sitter-elixir):
1010

11-
<img src="docs/iex.png" width="400" />
11+
<img src=".github/example.png" width="400" />

docs/index.html

-207
This file was deleted.

0 commit comments

Comments
 (0)