We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f34dd commit d4ee47fCopy full SHA for d4ee47f
2 files changed
Syntax/Make.sublime-syntax
@@ -16,6 +16,8 @@ contexts:
16
captures:
17
1: keyword.control
18
2: string
19
+ - match: "In file included from .*"
20
+ scope: markup.quote
21
- match: ((?:[^\\/]*\\|/)*)(.*)(:)(\d+)(:)(\d+)
22
23
2: string.unquoted.filepath
messages/0.10.0.txt
@@ -12,6 +12,11 @@
12
13
- Improve CMakeCache.txt syntax highlighting
14
15
+- 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"
0 commit comments