Skip to content

Commit 853c3b7

Browse files
committed
Fix syntax highlighting filetype
1 parent 219f7f5 commit 853c3b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ brWhite #FCE8C3 252, 232, 195
3939
Put `srcery.vim` in `~/.vim/colors/` (on unix-like systems) or `%userprofile%\vimfiles\colors\` (on Windows).
4040

4141
Using a [plugin](https://github.com/junegunn/vim-plug) [manager](https://github.com/tpope/vim-pathogen) for vim.
42-
```vimrc
42+
```vim
4343
Plug 'roosta/srcery'
4444
```
4545

@@ -78,7 +78,7 @@ default: 1
7878
```
7979

8080
If you like what you see and decide to make srcery your default colorscheme, add the relevant line to your vimrc:
81-
```
81+
```vim
8282
colorscheme srcery
8383
```
8484
## Screenshots.
@@ -99,7 +99,7 @@ Typeface used in screenshots is [PragmataPro](https://www.fsd.it/shop/fonts/prag
9999
I've recently added a [Lightline](https://github.com/itchyny/lightline.vim) colorscheme.
100100
To use it, include 'srcery' value in lightline configuration, like so:
101101

102-
```vimrc
102+
```vim
103103
let g:lightline = {
104104
\ 'colorscheme': 'srcery',
105105
\ }

0 commit comments

Comments
 (0)