Skip to content

Commit

Permalink
Add 'in file included from ...' for Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed May 4, 2017
1 parent d4ee47f commit 88cab08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Syntax/Ninja.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ contexts:
2: punctuation.separator.ninja
3: string.unquoted.filepath
4: string.unquoted.filepath
- match: "In file included from .*"
scope: markup.quote
- match: ((?:[^\\/]*\\|/)*)(.*)(:)(\d+)(:)(\d+)
captures:
2: string.unquoted.filepath
Expand Down

0 comments on commit 88cab08

Please sign in to comment.