Skip to content

Commit

Permalink
fix(syntax): remap ArbitraryCommand to Type
Browse files Browse the repository at this point in the history
ArbitraryCommand was mapped to `Ignore` which is not visible using most
vim color schemes. This has been mapped to `Type`.

closes #16
  • Loading branch information
mboughaba committed Jan 6, 2019
1 parent c68bbb5 commit ae9f8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/i3config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@ hi! def link FocusOnActivationKeyword Identifier
hi! def link DrawingMarksKeyword Identifier
hi! def link BlockKeyword Identifier
hi! def link Variable Statement
hi! def link ArbitraryCommand Ignore
hi! def link ArbitraryCommand Type

let b:current_syntax = "i3config"

0 comments on commit ae9f8a6

Please sign in to comment.