summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlex Brick <bricka@ccs.neu.edu>2007-10-18 00:00:00 +0000
committerAble Scraper <scraper@vim-scripts.org>2010-10-17 18:53:33 -0700
commit972b78eb14789580b1cf075ca58cc85bfceb2ee1 (patch)
tree3516fdbb84657d87afdc8c841494526f5d975a70 /README
downloadmips.vim-972b78eb14789580b1cf075ca58cc85bfceb2ee1.tar.gz
Version 1.0: Initial upload
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8e074d4
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+This is a mirror of http://www.vim.org/scripts/script.php?script_id=2045
+
+Frankly, I wasn't happy with the state of MIPS highlighting, so this script attempts to correct this. It recognizes the entire set of MIPS instructions and directives, as well as all registers (be they aliased ($s0), directly numerical ($16), or an FP register ($f0)), correct MIPS comment style, and label declarations.
+
+If you have any problems, I invite you to contact me and report them. Enjoy!