.proto文件是Google protocol buffer的格式文件,在editplus下没找到高亮文件,自己动手写了一个。

proto.stx

内容如下:

#TITLE=Google Protocal Buffer
; Google Protocal Buffer file By Greenerycn.
; This file is required for EditPlus to run correctly.

#DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
#QUOTATION1='
#QUOTATION2="
#LINECOMMENT=//


#KEYWORD=Reserved words
message
package

效果:

Editplus中.proto文件的高亮文件

文件下载

http://www.box.net/shared/5neah0n3zu

相关文章:

  • 2022-03-01
  • 2022-12-23
  • 2022-01-11
  • 2022-01-05
  • 2022-12-23
  • 2021-08-05
  • 2021-11-24
  • 2021-12-14
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2021-09-15
  • 2021-08-05
  • 2021-04-17
  • 2021-11-10
  • 2021-12-28
相关资源
相似解决方案