Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 865 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (25 loc) · 865 Bytes

Contributing to this Project

All are welcome to make improvements to this repository. You can use Issues to raise issues or offer suggestions.

Style

  • Keep vim lines to a maximum of 80 characters (the README is a little more forgiving)
  • Keep commands in sections alphabetical, unless it's more logical for similarly named commands to be grouped together (ex: xydy xyz xy xz yz)
  • Comment new sections with a quick explanation of what's happening

Suggested Reading

Vim Syntax Documentation Creating Your Own Syntax Files

Preferred vim syntax highlighting groups include:

  • Comment
  • Constant
  • Identifier
  • Statement
  • PreProc
  • Type
  • Special
  • Underlined
  • Ignore
  • Error
  • Todo