更新docsify阅读方式

This commit is contained in:
LingCoder
2019-03-30 20:31:44 +08:00
parent ddfd2e2168
commit 9d522a98c6
1812 changed files with 101698 additions and 435 deletions

View File

@@ -0,0 +1,17 @@
foo ()
Foo_bar_42()
foo {}
Foo_bar_42{}
----------------------------------------------------
[
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
["function", "Foo_bar_42"], ["punctuation", "("], ["punctuation", ")"],
["function", "foo"], ["punctuation", "{"], ["punctuation", "}"],
["function", "Foo_bar_42"], ["punctuation", "{"], ["punctuation", "}"]
]
----------------------------------------------------
Checks for functions.