We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ee47f commit 88cab08Copy full SHA for 88cab08
1 file changed
Syntax/Ninja.sublime-syntax
@@ -13,6 +13,8 @@ contexts:
13
2: punctuation.separator.ninja
14
3: string.unquoted.filepath
15
4: string.unquoted.filepath
16
+ - match: "In file included from .*"
17
+ scope: markup.quote
18
- match: ((?:[^\\/]*\\|/)*)(.*)(:)(\d+)(:)(\d+)
19
captures:
20
2: string.unquoted.filepath
0 commit comments