소스 검색

:memo: Syntax highlighting

DricomDragon 3 달 전
부모
커밋
0770188c88
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      Guides/vim.md

+ 10 - 0
Guides/vim.md

@@ -82,3 +82,13 @@ Useful to see more context.
 [Vundle](https://github.com/VundleVim/Vundle.vim) seems to be a standard.
 
 Open vim and use the `:PluginUpdate` command to automatically update your plugins.
+
+## Color syntax
+
+### Ex command
+
+`set syntax=yaml`
+
+### Infile comment
+
+?