My tools for using the micro editor in CS 315
syntax/arm_asm.yaml
is a syntax file for ARMv7 assembly language.plug/arm_asm/arm_asm.lua
is a plugin which tells micro to use arm_asm.yaml for files with the .splug/fmt/fmt.lua
uses a pretty-printer to format code by filetypecolorschemes/xcodelike.micro
is a micro colorscheme for those who like light colorssettings.json
sets the clipboard and tabstospaces as I preferbindings.json
sets the keyboard bindings as I prefer (for Find and Find Again)
If you want these settings, or just to use them to start, you can
$ cd ~
$ mkdir -p .config/micro
$ cd .config/micro
$ git clone git@github.com:phpeterson-usf/micro