Constant tree_sitter_sfapex::sflog::HIGHLIGHTS_QUERY  
source · pub const HIGHLIGHTS_QUERY: &str = ";; highlights.scm\n\n(number) @number\n(identifier) @variable\n(version) @number.readonly\n(namespace) @namespace\n\n(limit) @property\n(limit (identifier) @string)\n(limit (number) @number)\n\n(duration (number) @number.readonly) @string\n(location (number) @number.readonly) @string\n\n(event_detail (event_detail_value) @string)\n\n(log_level_settings) @comment\n(log_level_setting (component) @type)\n(log_level_setting (log_level) @constant)\n\n(log_entry (timestamp (time) @function) @number)\n(log_entry (location) @number)\n(log_entry (event_identifier (identifier) @type) @keyword)\n";Expand description
The syntax highlighting query for this language.