[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: Set filetype=python for lit configuration files.llvm-svn: 236463
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