Skip to content

Commit d4ee47f

Browse files
committed
Improve Make syntax further
1 parent 27f34dd commit d4ee47f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Syntax/Make.sublime-syntax

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contexts:
1616
captures:
1717
1: keyword.control
1818
2: string
19+
- match: "In file included from .*"
20+
scope: markup.quote
1921
- match: ((?:[^\\/]*\\|/)*)(.*)(:)(\d+)(:)(\d+)
2022
captures:
2123
2: string.unquoted.filepath

messages/0.10.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
- Improve CMakeCache.txt syntax highlighting
1414

15+
- Improve Ninja output panel syntax highlighting for OSX and Linux
16+
17+
- Improve Unix Makefiles output panel syntax highlighting for OSX and
18+
Linux
19+
1520
- Allow Visual Studio to compile for 64 bit (see below).
1621

1722
- New item in cmake dictionary: "env"

0 commit comments

Comments
 (0)