mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
Specifically, do not allow multiline single-quote strings, which are not a thing in Julia. The existing rule broke when adjoints were used, such as `b = a'`. The syntax rules have been copied from Rust, which also uses single ticks for character literals, and also uses the ' symbol for things unrelated to chars.
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.