/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
contrib/ispc.vim.README
7 строк
318 B
Nipunn Koorapati
Added README for vim syntax highlighting.
04 май 2012, 01:23
04 май 2012, 01:23
b7bef87
Код
Авторство
О чём код?
To install vim syntax highlighting for ispc files: 1) Copy ispc.vim into ~/.vim/syntax/ispc.vim (create if necessary) 2) Create a filetype for ispc files to correspond to that syntax file To do this, create and append the following line to ~/.vim/ftdetect/ispc.vim au BufRead,BufNewFile *.ispc set filetype=ispc