Browse Source

:memo: Syntax highlighting

DricomDragon 1 tháng trước cách đây
mục cha
commit
0770188c88
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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
+
+?