feat(sflog): add sflog (Salesforce debug log) parser and highlights

Co-authored-by: xi xiao <tdxiaoxi2@gmail.com>
This commit is contained in:
Xi Xiao 2024-08-10 11:05:48 +03:00 committed by GitHub
parent c8f8dd1551
commit 9a0db40403
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 63 additions and 3 deletions

View file

@ -0,0 +1,48 @@
; highlights.scm
[
"|"
"|["
"]"
"("
")"
"|("
")|"
] @punctuation.bracket
[
","
";"
":"
] @punctuation.delimiter
"EXTERNAL" @keyword
"out of" @property
(number) @number
(identifier) @variable
(version) @string.special
(anonymous_block) @string
(limit) @property
(time) @function
(limit
(identifier) @string)
(event_detail
(event_detail_value) @string)
(log_level_setting
(component) @type)
(log_level_setting
(log_level) @constant)
(log_entry
(event_identifier
(identifier) @type))