mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-11 09:30:28 +09:00
* Multiple changes - Fixed overlapping between the macros and some statements. - Added "t" and "abs" as types. - Removed "fun0", "fun1", "clo0", "clo1", ..., "prf" from types and added them to the special block as effects. - Added "lin", "lincloptr0" and "lincloptr1" as effects. - Added "do" and "static" as statements. - Added "tupz!" and "prerr!" to the special block. - Fixed some typos. * Updated regex for exhaustive types * Final touches * Removed "t" from types * Minor fix * Improved support for floats and integers Make it comply with https://github.com/Hibou57/PostiATS-Utilities/blob/master/doc/lexemes-guide.md * Chars are now interpreted as strings Less troubling when working with '"' inside chars or multiline strings * Reverted strings and chars from multiline to one line For some reason, having strings on the same line as other symbols breaks the highlighting on the latter * Add "ldouble" type
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.