micro/runtime
MasFlam e0dc018f66
Fix some left-over details in C++ syntax highlighting (#1865)
- move type cast keywords into operators, since that's their syntactic function
- fix a single dot being matched as a constant.number
- add the missing caret operator
2020-09-17 23:19:41 -04:00
..
colorschemes Don't highlight parens in default theme 2020-09-13 20:25:02 -04:00
help Remove test option 2020-09-14 00:05:35 -04:00
plugins Add comment support for OCaml (#1776) 2020-07-15 14:13:44 -04:00
syntax Fix some left-over details in C++ syntax highlighting (#1865) 2020-09-17 23:19:41 -04: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.