From 88cab087a442fff4c585493d9ab03d6ae83f255b Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Thu, 4 May 2017 23:11:00 +0200 Subject: [PATCH] Add 'in file included from ...' for Ninja --- Syntax/Ninja.sublime-syntax | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Syntax/Ninja.sublime-syntax b/Syntax/Ninja.sublime-syntax index c68b5e5..93067f1 100644 --- a/Syntax/Ninja.sublime-syntax +++ b/Syntax/Ninja.sublime-syntax @@ -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