Embed runtime files in the go binary

This commit is contained in:
Zachary Yedidia
2016-04-18 09:35:53 -04:00
parent 9d4c6a8b43
commit 8656335da4
7 changed files with 2271 additions and 40 deletions

View File

@@ -1,3 +1,4 @@
# Runtime files for Micro
The contents of this directory should be put in `~/.micro`.
This directory will be embedded in the Go binary for portability, but it may just as well be put in `~/.micro`. If you would like to make your own colorschemes
and syntax files, you can put in in `~/.micro/colorschemes` and `~/.micro/syntax` respectively.