사용자 도구

사이트 도구


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

1. Make 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 
cd ~/.vim/after/syntax 
touch ~/.vim/after/syntax/cpp.vim

Well, 'touch' command is unnessary. (or optional). Cause if we command 'vim cpp.vim', then cpp.vim file is created.

Now, we will Edit “cpp.vim” file.

2. Edit File

For Visual Studio Code,

code cpp.vim  
# code ~/.vim/after/syntax/cpp.vim

and for VIM

vim cpp.vim 
# vim ~/.vim/after/syntax/cpp.vim
로그인하면 댓글을 남길 수 있습니다.

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