leo*_*bot 5 clojure clojurescript lighttable hoplon
我想使用Light Table突出显示Hoplon(http://hoplon.io/)代码.
Clo*_*tly 10
您需要做的就是:
:files [(:lt.objs.files/file-types [{:exts [:hl],
:mime "text/x-clojure",
:name "hl",
:tags [:editor.clj :editor.clojure]}])]
Run Code Online (Sandbox Code Playgroud)
在你的user.behavior文件中.
资源:
https://groups.google.com/forum/#!topic/light-table-discussion/LjlYu6K1sWk
编辑5/1/15:Light Table行为文件的格式在某些时候发生了变化.上面的以下变化对我有用:
[:files :lt.objs.files/file-types [{:exts [:hl],
:mime "text/x-clojure"
:name "hl"
:tags [:editor.clj :editor.clojure]}]]
Run Code Online (Sandbox Code Playgroud)