micro/runtime
Antoine Motet 47dd65d4e5 Improve JavaScript syntax highlighting
- Sort keywords alphabetically
- Use `symbol.operator` for operators instead of `statement`
- Add a basic support for back-tick strings
- Mark unassigned keywords as errors
2017-12-17 23:53:58 +01:00
..
colorschemes Move incomplete colorschemes and improve cd 2017-11-23 15:57:17 -05:00
help Add support for setting local settings via filetype 2017-12-03 23:38:09 -05:00
plugins stop version error when updating and option to disable builtin plugin. (#939) 2017-12-03 12:41:22 -05:00
syntax Improve JavaScript syntax highlighting 2017-12-17 23:53:58 +01: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.