Browse Source

:memo: Syntax highlighting

DricomDragon 1 month ago
parent
commit
0770188c88
1 changed files with 10 additions and 0 deletions
  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.
 [Vundle](https://github.com/VundleVim/Vundle.vim) seems to be a standard.
 
 
 Open vim and use the `:PluginUpdate` command to automatically update your plugins.
 Open vim and use the `:PluginUpdate` command to automatically update your plugins.
+
+## Color syntax
+
+### Ex command
+
+`set syntax=yaml`
+
+### Infile comment
+
+?