View ScrapyLog.sublime-syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
# See http://www.sublimetext.com/docs/3/syntax.html | |
# See http://www.sublimetext.com/docs/3/scope_naming.html | |
# | |
# Note that blackslashes don't need to be escaped within single quoted strings | |
# in YAML. When using single quoted strings, only single quotes need to be | |
# escaped: this is done by using two single quotes next to each other. | |
# | |
# Scope discovery - Ctrl Shft Alt p |