Changeset 11 for vim_script_tf/trunk/syntax
- Timestamp:
- Jul 13, 2011, 10:55:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vim_script_tf/trunk/syntax/tf.vim
r10 r11 81 81 syn match tfConstant "\$SPC\$" 82 82 syn match tfConstant "\$TAB\$" 83 syn match tfConstant "\$ARGC\$"84 syn match tfConstant "\$ARGV\$"85 syn match tfConstant "\$RESULT\$"83 syn keyword tfConstant contained ARGC 84 syn keyword tfConstant contained ARGV 85 syn keyword tfConstant contained RESULT 86 86 87 87 " å¶å¾¡æ
Note:
See TracChangeset
for help on using the changeset viewer.