Skip to content

Commit

Permalink
Add encoding keyword (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma authored and cyberkov committed Jun 16, 2018
1 parent b41524e commit 194ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/openhab.vim
Expand Up @@ -78,7 +78,7 @@ if &filetype=='openhab-sitemap'
syn keyword openhabLinkablewidget Text Group Image Frame

" Parameters
syn keyword openhabParameter name label item period refresh icon mappings minValue maxValue step switchsupport url height refresh visibility valuecolor
syn keyword openhabParameter name label item period refresh icon mappings minValue maxValue step switchsupport url encoding height refresh visibility valuecolor

syn region openhabString start=+"+ end=+"+
syn region openhabString start=+\[+ end=+\]+
Expand Down

0 comments on commit 194ac65

Please sign in to comment.