Changeset 11 for vim_script_tf


Ignore:
Timestamp:
Jul 13, 2011, 10:55:32 AM (13 years ago)
Author:
ertl-ishikawa
Message:

変数ARGC,ARGV,RESULTについての修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vim_script_tf/trunk/syntax/tf.vim

    r10 r11  
    8181syn match   tfConstant "\$SPC\$"
    8282syn match   tfConstant "\$TAB\$"
    83 syn match   tfConstant "\$ARGC\$"
    84 syn match   tfConstant "\$ARGV\$"
    85 syn match   tfConstant "\$RESULT\$"
     83syn keyword tfConstant contained ARGC
     84syn keyword tfConstant contained ARGV
     85syn keyword tfConstant contained RESULT
    8686
    8787" 制御文
Note: See TracChangeset for help on using the changeset viewer.