Sha256: 994d5c3a69948612b46a1209767dba33f1e56ec894c2c78ae4cf754c90c3adbe
Contents?: true
Size: 655 Bytes
Versions: 8
Compression:
Stored size: 655 Bytes
Contents
{ "comment": "A work in progress--improves over the existing in that it populates symbols, and handles comments more gracefully.", "fileTypes": [ "log" ], "name": "SAS Log", "patterns": [ { "comment": "Note line", "match": "^NOTE:.*", "name": "variable.source.saslog" }, { "comment": "Error line", "match": "(^(ERROR|WARNING)|Uninitialized| remerg|invalid).*", "name": "invalid.source.saslog" }, { "comment": "Info line", "match": "^INFO.*", "name": "string.source.saslog" } ], "scopeName": "source.sas_log", "uuid": "4f05f7b5-30a7-43d7-9410-1bb65ce2b3b3" }
Version data entries
8 entries across 8 versions & 2 rubygems