micro/runtime
Peder B. Sundt 5bee7272e9
Add improvements to the python3 syntax definitions (#1833)
* 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
2020-08-23 15:46:27 -04:00
..
colorschemes Minor tweak to the railscast color scheme (#1834) 2020-08-23 15:46:05 -04:00
help fix spelling (#1828) 2020-08-17 13:04:44 -04:00
plugins Add comment support for OCaml (#1776) 2020-07-15 14:13:44 -04:00
syntax Add improvements to the python3 syntax definitions (#1833) 2020-08-23 15:46:27 -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.