From 23f9da9093adacefeea6a5e08c5d968ae3962746 Mon Sep 17 00:00:00 2001 From: IWANABETHATGUY <974153916@qq.com> Date: Wed, 30 Sep 2020 16:29:22 +0800 Subject: [PATCH 1/2] Update index.html set default language to `yaml` by `js`, because use html set the default select value does't trigger the `tree-sitter.js` onChange event --- docs/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.html b/docs/index.html index 6bd138e..f3fa823 100644 --- a/docs/index.html +++ b/docs/index.html @@ -117,3 +117,8 @@

Tree

src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"> + + From af36e83f370c71b1e8d201097bf57fe13ed83516 Mon Sep 17 00:00:00 2001 From: IWANABETHATGUY <974153916@qq.com> Date: Thu, 1 Oct 2020 11:25:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20fix=20problem=20selec?= =?UTF-8?q?t=20change=20event=20does=20not=20trigger=20macos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f3fa823..9a45e2e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -119,6 +119,7 @@

Tree