mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 07:00:24 +09:00
* Python3: Add built-in object 'cls' * Python3: Add the bitwise negation operator ~ * Python3: Add support for hexadeximal and binary numerical literals * Python3: Rewrite '(__foo__|__bar__)' as '__(foo|bar)__', add known '__i.*__' methods * Python3: Add __iter__ as a magic method, sort the list of magic methods * Python3: Numerical literals: Add support for '_', disallow leading 0 for decimals * fixup! Python3: Numerical literals: Add support for '_', disallow leading 0 for decimals hex oct and bin have different sets of allowed digits * Python3: Add support for floating point numbers with optional scientific notation * Python3: stop single-line strings at EOL * Python3: Add support for TODO and FIXME in comments * Python3: Add support for the ^ bitwise xor operator
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.