Skip to content

Commit 0eb967a

Browse files
committed
update support for i3config.vim
This resolves #167. Thanks to Thiago Perrotta <tbperrotta@gmail.com> (@thiagowfx).
1 parent 26ff274 commit 0eb967a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

after/syntax/i3.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
" see also: i3config.vim for the stock Vim 8.2+ syntax
12
" Colour => https://github.com/moon-musick/vim-i3-config-syntax
23
" i3* => https://github.com/PotatoesMaster/i3-vim-syntax
34
call css_color#init('hex', 'none', 'Colour,i3SimpleString,i3Color1st,i3Color2nd,i3ColorLast')

after/syntax/i3config.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
" https://github.com/mboughaba/i3config.vim
2-
call css_color#init('hex', 'none', 'Color')
1+
" i3ConfigColor => stock Vim syntax and recent https://github.com/mboughaba/i3config.vim
2+
" Color => https://github.com/mboughaba/i3config.vim prior to dff3b177ebaf6aae35591cd4c9c734fff9ed7145
3+
call css_color#init('hex', 'none', 'i3ConfigColor,Color')

0 commit comments

Comments
 (0)