• Stars
    star
    217
  • Rank 178,406 (Top 4 %)
  • Language
    Vim Script
  • Created almost 11 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Override vim syntax for yaml files

Vim Yaml

Syntax file from http://www.vim.org/scripts/script.php?script_id=739

Yaml files in vim 7.4 are really slow, due to core yaml syntax. This syntax is simpler/faster.

g:yaml_limit_spell

Set to 1 to limit spell checking (if spelling is enabled) to Yaml comments and strings.