Merge pull request #37 from neozenith/master

Include YAML filetypes
This commit is contained in:
Konstantin
2020-04-08 08:37:56 +02:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

@@ -11,10 +11,17 @@ The main goal was to fix cursorline [bug](https://github.com/skammer/vim-css-col
### Installation
Via [vundle](https://github.com/gmarik/vundle):
Via [Vundle](https://github.com/gmarik/vundle):
```
Bundle 'https://github.com/gorodinskiy/vim-coloresque.git'
Bundle 'https://github.com/gko/vim-coloresque.git'
```
Via [Plug](https://github.com/junegunn/vim-plug):
```
Plug 'gko/vim-coloresque'
```
### Features

1
after/syntax/yaml.vim Normal file
View File

@@ -0,0 +1 @@
syn include syntax/css/vim-coloresque.vim