micro/runtime
Saeed Rasooli 80bd2694d6 fixes in python (2.7) syntax file, and rename to python2.micro
constants: sort by name, and __file__, remove __import__
functions: add next, help, __import__
separate types (like int and str) from builtin functions
separate and comment out methods/attrs of standard library (why hightlight?)
comment out NonSenseTypes like IntType, they are never used in code
magic methods: add __dict__
exec and map are functions, not keyword
remove trailing spaces
2016-10-28 21:01:43 +03:30
..
colorschemes Make monokai the default colorscheme 2016-10-11 09:09:56 -04:00
help Add 'plugin available' command 2016-10-24 19:02:13 -04:00
plugins Make linter a default plugin once again 2016-10-06 20:28:10 -04:00
syntax fixes in python (2.7) syntax file, and rename to python2.micro 2016-10-28 21:01:43 +03:30
README.md Update readme 2016-04-18 14:04:42 -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 in in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.