Skip to content

Commit 88cab08

Browse files
committed
Add 'in file included from ...' for Ninja
1 parent d4ee47f commit 88cab08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Syntax/Ninja.sublime-syntax

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ contexts:
1313
2: punctuation.separator.ninja
1414
3: string.unquoted.filepath
1515
4: string.unquoted.filepath
16+
- match: "In file included from .*"
17+
scope: markup.quote
1618
- match: ((?:[^\\/]*\\|/)*)(.*)(:)(\d+)(:)(\d+)
1719
captures:
1820
2: string.unquoted.filepath

0 commit comments

Comments
 (0)