mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-10 15:48:20 +01:00
Protobuf-syntax and ProtobufText syntax (#474)
This commit is contained in:
parent
0c9dc3b257
commit
94c9b40694
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
1
assets/syntaxes/protobuf-syntax-highlighting
vendored
Submodule
1
assets/syntaxes/protobuf-syntax-highlighting
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5115c1c59aec63c89a872166686d23b7390cea12
|
2
assets/syntaxes/syslog-syntax
vendored
2
assets/syntaxes/syslog-syntax
vendored
@ -1 +1 @@
|
||||
Subproject commit f9fe104a60280d0ce8e1862f62477a7a9979e92a
|
||||
Subproject commit 7628d4e0b89d3b4f0dcc014bfb4a3e3433f5133a
|
41
assets/syntaxes/syslog.sublime-syntax
vendored
41
assets/syntaxes/syslog.sublime-syntax
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user