Skip to content

Commit

Permalink
TODO: Mark syntax errors as such!
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jul 28, 2010
1 parent ed34601 commit 13e3597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,8 @@ The plug-in can use the Lua interface for Vim so it doesn't have to run LuaInspe

## Not yet implemented

* When LuaInspect fails because of a syntax error the position of the error should be marked like e.g. spelling errors

* Right now the highlighting styles used by `luainspect.vim` are the same as those used by the SciTE plug-in and they don't work well on dark backgrounds. As soon as I get around to picking some alternate colors I'll include those in the plug-in.

* Bindings for other features of LuaInspect like renaming variables on command and showing tooltips for identifiers. This might be a lot of work but could prove to be really useful in making Lua easy to use in Vim.
Expand Down

0 comments on commit 13e3597

Please sign in to comment.