我希望使用Light突出显示Hoplon (http://hoplon.io/)代码。
发布于 2014-02-15 12:42:53
你所需要做的就是:
:files [(:lt.objs.files/file-types [{:exts [:hl],
:mime "text/x-clojure",
:name "hl",
:tags [:editor.clj :editor.clojure]}])]在user.behavior文件中。
来源:
https://groups.google.com/forum/#!topic/light-table-discussion/LjlYu6K1sWk
编辑5/1/15:光表行为文件的格式在某个时候发生了变化。对我来说,上述各点都有以下不同之处:
[:files :lt.objs.files/file-types [{:exts [:hl],
:mime "text/x-clojure"
:name "hl"
:tags [:editor.clj :editor.clojure]}]]https://stackoverflow.com/questions/21793023
复制相似问题