summaryrefslogtreecommitdiffstats
path: root/vim/syntax
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-06 01:15:37 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-06 01:15:37 -0500
commit8dcb9cfef5ad62bccbe0ac38ae8f9bb725ce64cc (patch)
tree644bad0d2bcf26320b931e1ca21a17868ebea2c7 /vim/syntax
parenta790e683d2bd13d61b8d2dcc6756562c40500d5d (diff)
downloadconf-8dcb9cfef5ad62bccbe0ac38ae8f9bb725ce64cc.tar.gz
conf-8dcb9cfef5ad62bccbe0ac38ae8f9bb725ce64cc.zip
update conkyrc syntax highlighting
Diffstat (limited to 'vim/syntax')
-rw-r--r--vim/syntax/conkyrc.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/syntax/conkyrc.vim b/vim/syntax/conkyrc.vim
index eaddf03..f9f088e 100644
--- a/vim/syntax/conkyrc.vim
+++ b/vim/syntax/conkyrc.vim
@@ -22,10 +22,10 @@ syn keyword ConkyrcSetting
\ net_avg_samples override_utf8_locale own_window own_window_transparent
\ own_window_class own_window_hints own_window_title own_window_type
\ own_window_colour pad_percents stippled_borders total_run_times
- \ update_interval uppercase use_spacer use_xft out_to_console pop3
- \ short_units xftalpha xftfont
+ \ temperature_unit update_interval uppercase use_spacer use_xft
+ \ out_to_console pop3 short_units xftalpha xftfont
-syn keyword ConkyrcConstant yes no top_left top_right top_middle bottom_left bottom_right bottom_middle middle_left middle_right tl tr tm bl br bm ml mr none right left
+syn keyword ConkyrcConstant yes no top_left top_right top_middle bottom_left bottom_right bottom_middle middle_left middle_right tl tr tm bl br bm ml mr none right left fahrenheit celcius
syn match ConkyrcNumber /\S\@<!\d\+\(\.\d\+\)\?\(\S\@!\|}\@=\)/
\ nextgroup=ConkyrcNumber,ConkyrcColour skipwhite