Show
Ignore:
Timestamp:
09/03/07 02:29:05 (15 months ago)
Author:
krobillard
Message:

Squashed commit of master.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/thune.vim

    r458 r468  
    3636syn match       thuneGetWord    "\a\k*:" 
    3737syn match       thuneLitWord    "'\a\k*" 
    38 "syn match       thuneWord       "\a\k*" 
     38syn match       thuneWord       "\a\k*" 
    3939"syn match       thuneWordPath   "[^[:space:]]/[^[:space]]"ms=s+1,me=e-1 
    4040 
     
    100100"syn keyword     thuneMathFunction  square-root subtract tangent 
    101101" Binary operators 
    102 "syn keyword     thuneBinaryOperator complement and or xor ~ 
     102syn keyword     thuneBinaryOperator complement and or xor 
    103103" Logic operators 
    104104"syn match       thuneLogicOperator "[<>=]=\=" 
     
    131131" Series statements 
    132132"syn keyword     thuneStatement  change clear copy fifth find first format fourth free 
    133 syn keyword     thuneStatement  proc func 
     133syn keyword     thuneStatement  make proc func 
    134134"head insert last match next parse past 
    135135"syn keyword     thuneStatement  pick remove second select skip sort tail third trim length? 
    136136 
    137137" Context 
    138 "syn keyword     thuneStatement  alias bind use 
     138syn keyword     thuneStatement  bind infuse 
    139139 
    140140" Object 
     
    184184  HiLink thuneType              Type 
    185185 
    186 " HiLink thuneWord              Identifier 
     186" HiLink thuneWord              Keyword 
    187187  HiLink thuneOpcode    Operator 
    188188" HiLink thuneWordPath  thuneWord