Skip to content

Commit

Permalink
update support for i3config.vim
Browse files Browse the repository at this point in the history
This resolves #167.

Thanks to Thiago Perrotta <[email protected]> (@thiagowfx).
  • Loading branch information
ap committed Dec 28, 2021
1 parent 26ff274 commit 0eb967a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions after/syntax/i3.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
" see also: i3config.vim for the stock Vim 8.2+ syntax
" Colour => https://github.com/moon-musick/vim-i3-config-syntax
" i3* => https://github.com/PotatoesMaster/i3-vim-syntax
call css_color#init('hex', 'none', 'Colour,i3SimpleString,i3Color1st,i3Color2nd,i3ColorLast')
5 changes: 3 additions & 2 deletions after/syntax/i3config.vim
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
" https://github.com/mboughaba/i3config.vim
call css_color#init('hex', 'none', 'Color')
" i3ConfigColor => stock Vim syntax and recent https://github.com/mboughaba/i3config.vim
" Color => https://github.com/mboughaba/i3config.vim prior to dff3b177ebaf6aae35591cd4c9c734fff9ed7145
call css_color#init('hex', 'none', 'i3ConfigColor,Color')

0 comments on commit 0eb967a

Please sign in to comment.