Skip to content

Commit

Permalink
Improve Make syntax further
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed May 4, 2017
1 parent 27f34dd commit d4ee47f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Syntax/Make.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions messages/0.10.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4ee47f

Please sign in to comment.