Protobuf-syntax and ProtobufText syntax (#474)

This commit is contained in:
Benjamin 2019-01-20 04:20:53 -05:00 committed by David Peter
parent 0c9dc3b257
commit 94c9b40694
4 changed files with 6 additions and 42 deletions

4
.gitmodules vendored
View File

@ -110,3 +110,7 @@
path = assets/syntaxes/syslog-syntax
url = https://github.com/caos21/syslog-syntax.git
branch = master
[submodule "assets/syntaxes/protobuf-syntax-highlighting"]
path = assets/syntaxes/protobuf-syntax-highlighting
url = https://github.com/VcamX/protobuf-syntax-highlighting.git
branch = master

@ -0,0 +1 @@
Subproject commit 5115c1c59aec63c89a872166686d23b7390cea12

@ -1 +1 @@
Subproject commit f9fe104a60280d0ce8e1862f62477a7a9979e92a
Subproject commit 7628d4e0b89d3b4f0dcc014bfb4a3e3433f5133a

View File

@ -1,41 +0,0 @@
%YAML 1.2
---
# http://www.sublimetext.com/docs/3/syntax.html
name: syslog
file_extensions:
- log
scope: source.syslog
contexts:
main:
- match: \b(WAR|WARNING)\b
scope: invalid.deprecated
- match: (^(INVITE|ACK|PUBLISH|OPTIONS|CANCEL|BYE|SUBSCRIBE|NOTIFY|INFO|REFER|UPDATE|MESSAGE) sip.+$|SIP/2.0 180 Ringing|SIP/2.0 200 OK)
scope: variable.parameter
- match: '-----\>step.+$'
scope: support.function
- match: '.+\*{3,}.+'
scope: comment
- match: \b(INFO|VERBOSE)\b
scope: comment
- match: \bNOTICE\b
scope: support.class
- match: \b(ERR|ERROR)\b
scope: invalid.illegal
- match: '^\s*\[.+?\]'
scope: string.quote.single
- match: (--->|<---)( SIP read from | Transmitting \(NAT\) to | SIP transmit to).+$
scope: comment.line
- match: \<— SIP read from .+ —\>
scope: constant.character
- match: \<— Transmitting \(NAT\) .+ —\>
scope: constant.numeric
- match: (SEND\:|recv\:).+\>
scope: constant.numeric
- match: ^Call-ID\:.+$
scope: constant.numeric
- match: ^(User-Agent|Server)\:.+$
scope: entity.name.function
- match: (AMI Send\:|AMI Recv\:|m\=).+
scope: constant.language
- match: .*<conference-info.+
scope: constant.o