Git Product home page Git Product logo

vim-ft-vroom's Introduction

A rudimentary Vroom filetype plugin. Provides syntax files and basic settings for vroom files.

NOTE: As of vim 7.4.384, these files have been merged into vim's upstream runtime files. You only need this plugin if you're running an older version of vim, or to receive future updates until they're merged into vim.

vim-ft-vroom's People

Contributors

dbarnett avatar malcolmr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vim-ft-vroom's Issues

Merge c138c5ff44 and later to vim

Our changes to add a vroomText syntax group with @Spell and later haven't been merged into vim's built-in runtime files yet. After trying the changes out for a while, we should get the patch relicensed for the vim license and get it merged into vim.

vroom syntax file disables spellchecking for test comments

Comments in a Vroom test aren't in any syntax group, so spellchecking is based upon whether any @Spell clusters exist: if some do, the default is that spellchecking of toplevel text is opt-in; otherwise, it's opt-out (see :help :syn-spell).

syntax/vroom.vim includes syntax/vim.vim, which at least in Vim 7.4 includes some @Spell clusters, and so spellchecking is disabled (unless you run :syntax spell toplevel manually).

Note that simply adding :syntax spell toplevel might fix this, but isn't ideal either: it's a global setting, so someone including vroom.vim may not want this. (This causes a problem with the fenced code blocks option in markdown.vim, for example, which can include java.vim, which runs :syntax spell default explicitly.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.