Skip to content

Commit 2221178

Browse files
committed
add support for i3wm configuration
This closes #94.
1 parent eb93ceb commit 2221178

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

after/syntax/i3.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
" Colour => https://github.com/moon-musick/vim-i3-config-syntax
2+
" i3* => https://github.com/PotatoesMaster/i3-vim-syntax
3+
call css_color#init('hex', 'none', 'Colour,i3SimpleString,i3Color1st,i3Color2nd,i3ColorLast')

after/syntax/i3config.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" https://github.com/mboughaba/i3config.vim
2+
call css_color#init('hex', 'none', 'Color')

0 commit comments

Comments
 (0)