chore: revert the previous commit and set *.wasm as binary

This commit is contained in:
Ika 2019-09-01 01:16:46 +08:00
parent ff0636eb83
commit 122e9d62f0
6 changed files with 3 additions and 2 deletions

1
.gitattributes vendored
View file

@ -1,4 +1,5 @@
* text eol=lf
*.wasm binary
/src/** linguist-generated
/src/scanner.c linguist-generated=false

View file

@ -56,7 +56,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.js"></script>
<script>LANGUAGE_BASE_URL = "tree-sitter-toml-0.2.0";</script>
<script src="web-tree-sitter-x/tree-sitter.js"></script>
<script src="web-tree-sitter-0.15.9/tree-sitter.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long