micro/runtime
Nicolas 9703d4f52f support es files and fix parenthesis highlighting
* This allows `micro` to use javascript syntax highlighting on `.es`, `.es6|7|8` files
* Fix parenthesis highlighting with @is73 regex, see #864
2017-10-06 16:29:49 +02:00
..
colorschemes Add a Darcula colorscheme 2017-06-18 17:59:03 +02:00
help Merge pull request #850 from nitsakh/feat-809 2017-10-03 23:49:57 -04:00
plugins Added automatic tabs to spaces for yaml and updated readme 2017-10-02 13:36:28 +04:00
syntax support es files and fix parenthesis highlighting 2017-10-06 16:29:49 +02:00
README.md Update syntax readme and docs 2017-03-26 18:58:08 -04:00

Runtime files for Micro

This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro. If you would like to make your own colorschemes and syntax files, you can put them in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.