Skip to content

Commit e4c88a6

Browse files
committed
Add 2.0.0 message
1 parent 62da2de commit e4c88a6

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"install": "messages/install.txt"
2+
"install": "messages/install.txt",
3+
"2.0.0": "messages/2.0.0.txt"
34
}

messages/2.0.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
SublimeLinter-clang 2.0.0
2+
-------------------------
3+
4+
5+
We revamped the settings, and you probably have to make changes.
6+
7+
* If you used 'include_dirs', it is now called 'I' (just like the arg
8+
on the command line).
9+
10+
* 'extra_flags' is now 'args' (which is the standard name in the
11+
SublimeLinter world).
12+
13+
'c' and 'c++' files now have different settings sections.
14+
15+
{
16+
"linters": {
17+
"clang": { // <- for c files
18+
19+
},
20+
"clang++": { // <- for c++ files
21+
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)