From d4ee47fd17f088e6de4c62270efddeac9e80ad75 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Thu, 4 May 2017 22:48:56 +0200 Subject: [PATCH] Improve Make syntax further --- Syntax/Make.sublime-syntax | 2 ++ messages/0.10.0.txt | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Syntax/Make.sublime-syntax b/Syntax/Make.sublime-syntax index cbd7dd8..95cc579 100644 --- a/Syntax/Make.sublime-syntax +++ b/Syntax/Make.sublime-syntax @@ -16,6 +16,8 @@ contexts: captures: 1: keyword.control 2: string + - match: "In file included from .*" + scope: markup.quote - match: ((?:[^\\/]*\\|/)*)(.*)(:)(\d+)(:)(\d+) captures: 2: string.unquoted.filepath diff --git a/messages/0.10.0.txt b/messages/0.10.0.txt index 60f3357..159c19e 100644 --- a/messages/0.10.0.txt +++ b/messages/0.10.0.txt @@ -12,6 +12,11 @@ - Improve CMakeCache.txt syntax highlighting +- Improve Ninja output panel syntax highlighting for OSX and Linux + +- Improve Unix Makefiles output panel syntax highlighting for OSX and + Linux + - Allow Visual Studio to compile for 64 bit (see below). - New item in cmake dictionary: "env"