Tagged in

Syntax

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Writing Vim Syntax Plugins

Keith Smiley at thoughtbot published a detailed about writing syntax plugins. He’s been adding support for Swift to Vim, and has written up all of the steps you need to make Vim support a new language: file type detection (ftdetect), Vim script execution based on file type…


Swift Support for Vim

Toyama Satoshi has created a vim-swift project that adds support for Swift’s syntax highlighting and indentation.

Swift is Apple’s new programming language that is REPL friendly and has some innovative “playground” features in the new Xcode.


Script Roundup: Bbye, Enhanced JavaScript Syntax

Bbye

Bbye (GitHub: moll / vim-bbye, License: Affero GPL) by Andri Möll allows buffers to be closed without changing Vim’s window layout:

Vim by default closes all windows that have the buffer…

Script Roundup: YouCompleteMe, JavaScript Libraries Syntax

Send in your Vim scripts for review through our contact form or @vimnews.

YouCompleteMe

YouCompleteMe (GitHub: Valloric / YouCompleteMe, License: GPL3) by Strahinja Val…


Plugin Roundup: Syntastic, CSS3 Syntax, Source

Send in your Vim plugins for review through our contact form or @vimnews.

yntastic

Syntastic (vim.org: Syntastic) by Martin Grenfell is a syntax checking plugin. Syntax can be checked on…