This is an archive of the discontinued LLVM Phabricator instance.

Enhanced VIM support
ClosedPublic

Authored by MatzeB on Apr 20 2015, 12:47 PM.

Details

Reviewers
silvas
Summary

This brings the utils/vim folder into a more vim-like format by moving
the syntax hightlighting files into a syntax subdirectory. It also adds
some minimal settings that everyone should agree on to ftdetect/ftplugin and
features a new indentation plugin for .ll files.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 24052.Apr 20 2015, 12:47 PM
MatzeB retitled this revision from to Enhanced VIM support.
MatzeB updated this object.
MatzeB edited the test plan for this revision. (Show Details)
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: Unknown Object (MLST).
silvas accepted this revision.Apr 20 2015, 1:21 PM
silvas added a reviewer: silvas.
silvas added a subscriber: silvas.

From my marginal experience with writing vim language modes, nothing here jumps out to me as wrong.

This revision is now accepted and ready to land.Apr 20 2015, 1:21 PM
MatzeB closed this revision.Apr 20 2015, 6:39 PM

Landed in r235369