editplus bat语法高亮

今天需要在Windows上写批处理,因为没写过,避免关键字错误,就需要语法高亮了,editplus默认没有bat语法文件,赶紧解决。

1:到 http://www.editplus.com/others.html 找到第一个 “Windows Batch Script stx - Xia Zuoling (2006-10-28)” 下载。

2:解压放入下面目录 C:\Program Files\EditPlus 3

3:配置editplus

 

        Tools   ->      Preferences     ->      Files   ->      Settings & syntax

 

                Add     ->      Name:           batch   

                                File extension: bat 

                                Syntax file:    C:\Program Files\EditPlus 3\batch.stx

FROM: http://hi.baidu.com/674610400/item/928c604f414c57abde2a9f1f

相关文章:

  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2021-12-27
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案