사용자 도구

사이트 도구


raylib:install:vim_syntax_for_raylib_cpp
vim syntax for raylib cpp

문서의 이전 판입니다!


Introduction

This is Vim Syntax highlighting setting for Raylib. in C++ Developement.

Setting File

Your Custom Syntax File is Located at [~/.vim/after/syntax]

and, We will make C++ Synatx file. So we will make cpp.vim at [~/.vim/after/syntax]

For Linux, This command will make cpp.vim

mkdir -p ~/.vim/after/syntax 
touch ~/.vim/after/syntax/cpp.vim((This is optional. Cause we command 'vim cpp.vim', then cpp.vim file is created))

and we will Edit “cpp.vim” file.

For Visual Studio Code,

code cpp.vim 

and for VIM

vim cpp.vim 
로그인하면 댓글을 남길 수 있습니다.

raylib/install/vim_syntax_for_raylib_cpp.1766666642.txt.gz · 마지막으로 수정됨: 저자 이거니맨