Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The Lua file type plug-in for Vim makes it easier to work with Lua source code in Vim by providing the following features: - the gf (go to file) mapping knows how to resolve Lua module names using package.path - Vim follows dofile(), loadfile() and require() calls when looking for identifiers ... [More] in included files - when you save a Lua script the syntax is automatically checked - F1 on a Lua function or method call will jump to the Lua Reference for Vim - Control-X Control-U supports completion of Lua 5.1 keywords, global variables and library members - Control-X Control-O supports dynamic completion of installed modules and their fields - Custom text-objects and the % mapping enable jumping between blocks and functions [Less]

0
 
  0 reviews  |  0 users  |  1,032 lines of code  |  2 current contributors  |  Analyzed 2 days ago
 
 

The Vim plug-in luainspect.vim uses the LuaInspect tool to (automatically) perform semantic highlighting of variables in Lua source code. It was inspired by lua2-mode (for Emacs) and the SciTE plug-in included with LuaInspect. In addition to the semantic highlighting the following features are ... [More] currently supported: - renames the variable under the text cursor - gd (in normal mode) with the text cursor on a variable jumps to its declaration - in graphical Vim variables have tool tips - the variable under the text cursor can be highlighted - wrong argument counts for functions are marked - warnings from static analysis are shown in a location list window - syntax errors are visually marked as spelling errors [Less]

0
 
  0 reviews  |  0 users  |  529 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.