[vim] Add initial syntax definition for .mir filesThis initial definition handles the yaml container and the embedding ofthe inner IRs. As a stopgap, this reuses the LLVM IR syntax highlightingfo
[vim] Add initial syntax definition for .mir filesThis initial definition handles the yaml container and the embedding ofthe inner IRs. As a stopgap, this reuses the LLVM IR syntax highlightingfor the MIR function bodies--even though it's not technically correct,it produces decent highlighting for a first pass.Reviewed By: dblaikieDifferential Revision: https://reviews.llvm.org/D95552
show more ...
[vim] Add the IR's comment prefix to the comments list. This allows vimto intelligently wrap prose written in IR comment blocks. This hasbothered me for roughly ever, and my fellow IRC denziens con
[vim] Add the IR's comment prefix to the comments list. This allows vimto intelligently wrap prose written in IR comment blocks. This hasbothered me for roughly ever, and my fellow IRC denziens convinced me tofix it.llvm-svn: 242266
Enhanced vim support.This brings the utils/vim folder into a more vim-like format by movingthe syntax hightlighting files into a syntax subdirectory. It addssome minimal settings that everyone sh
Enhanced vim support.This brings the utils/vim folder into a more vim-like format by movingthe syntax hightlighting files into a syntax subdirectory. It addssome minimal settings that everyone should agree on to ftdetect/ftplugin andfeatures a new indentation plugin for .ll files.llvm-svn: 235369