Martin Aeschlimann
1fb361861f
[folding] add work boundries to folding markers
2017-10-11 17:28:10 +02:00
Martin Aeschlimann
e671ee9722
Improved fix for #23850
2017-10-04 18:17:30 +02:00
Martin Aeschlimann
4ce7921c7a
[folding] c & cpp snippets for folding region markers
2017-09-25 23:08:25 +02:00
Martin Aeschlimann
1b9ea33425
[folding] fix cpp regions
2017-09-22 14:04:38 +02:00
Martin Aeschlimann
9e05d4b635
[folding] fold regions, initial, preconfigured support. For #12146
2017-09-22 13:50:03 +02:00
rebornix
1813139e6e
Indent Rules for C and CPP
2017-07-26 11:09:56 -07:00
Martin Aeschlimann
c2f967ac1f
[cpp] update grammar
2017-07-11 18:37:09 +08:00
Joao Moreno
5667cc0e69
use vsce to determine what to package when bundling extensions
...
fixes #29054
2017-06-21 16:17:21 +02:00
Martin Aeschlimann
ccd3c1f94e
[c++] grammar in endless loop. Fixes #23850
2017-05-29 15:50:57 +02:00
Martin Aeschlimann
f9084bb244
Add information_for_contributors to grammars
2017-05-26 09:27:51 +02:00
Martin Aeschlimann
78d9446b8f
[cpp] update grammar
2017-05-26 09:27:49 +02:00
Martin Aeschlimann
ae333a8b41
test fixes for #17178
2017-05-18 10:50:30 +02:00
Matt Bierner
a291da4049
Disable Autoclosing Pairs for Quotes in c++ strings and comments ( #25100 )
...
Fixes #25025
2017-04-20 15:21:42 -07:00
Martin Aeschlimann
a2966fb215
Request to update atom/language-c version to the latest. Fixes #24909
2017-04-18 09:39:30 +02:00
Matt Bierner
524bf7c9c4
Pick up new c/c++ grammar fixes #22339 ( #22358 )
2017-03-10 16:01:42 -08:00
Matt Bierner
9b91a22918
Fix .mm mapping to normal c++
2017-03-01 16:55:05 -08:00
Alex Dima
ebc43b3e8b
Merge remote-tracking branch 'origin/master' into alex/tokenization
2017-01-05 12:31:43 +01:00
Alex Dima
90d74c59aa
Use hex colors in themes integration tests
2017-01-05 09:47:08 +01:00
Alex Dima
10f68352a0
Themes integration tests
2017-01-04 22:44:08 +01:00
Martin Aeschlimann
a606a5a7bc
Update c grammar to atom/language-c@0d0f323 (2016-12-07)
2016-12-30 21:39:10 -04:00
Alex Dima
99bd264c7a
Fix integration test ("whitespace" scopes should not get "invisibles" color)
2016-11-07 11:08:07 +01:00
Martin Aeschlimann
a0eee2788f
[c] update grammar
2016-10-18 09:46:14 +02:00
Martin Aeschlimann
073c6d04e9
[themes] add support.function
2016-10-14 18:02:14 +02:00
Martin Aeschlimann
8751b28026
[themes] remove entity.name.function scope from dark vs-default
2016-10-14 16:06:39 +02:00
Martin Aeschlimann
b89e129aa2
[cpp] add grammar update script
2016-08-09 11:42:10 +02:00
Martin Aeschlimann
d266e96598
Updated c++.json to atom/language-c@7922a22 (2016-05-24)
2016-08-09 11:42:10 +02:00
Martin Aeschlimann
27b1baeec4
Updated c.json to atom/language-c@3fe925a (2016-05-27)
2016-08-09 11:42:10 +02:00
Martin Aeschlimann
4a13944af6
Migrate all other languages to language-configuration.json
2016-07-21 20:30:37 +02:00
Martin Aeschlimann
6367beb82e
Update c/c++ grammar (May27)
2016-07-14 17:03:59 +02:00
Martin Aeschlimann
18802ed5f4
Fixes in OSSREADME's
2016-05-25 14:48:10 +02:00
Otger
6519e4c30d
Added .inl file extension to C++ language
2016-04-28 16:57:55 +02:00
Martin Aeschlimann
6537fc30ca
[cpp] autoclosing and surrounding pairs
2016-04-21 22:25:04 +02:00
Martin Aeschlimann
2cf239dc51
fixes #4881 : [cpp] Switching to Atom's language-c for C/C++ syntax highlighting
2016-04-12 11:32:01 +02:00
Martin Aeschlimann
37f5e2b355
[colorize tests] update test result data
2016-04-11 21:28:19 +02:00
Martin Aeschlimann
4f3dfc420f
[c] colorizer tests
2016-04-11 16:03:34 +02:00
Martin Aeschlimann
a0ead9a7a7
[c++] add platform.tmLangage
2016-04-01 14:38:47 +02:00
Martin Aeschlimann
2d56597e6f
[c++] C & C++ Syntax Highlighting Issues #4769 , first issue
2016-04-01 14:38:46 +02:00
Xaver Hellauer
990230090d
friend and override are not C keywords
...
I moved this to the C++ syntax file.
2016-02-02 20:05:44 +01:00
Xaver Hellauer
9992e9fba8
alignof and alignas keywords
...
alignof and alignas are official C++ keywords, further I moved one function definition from the C file to the C++ because it has caused wrong highlighting for C (friend and override are not C keywords). .H files are now also C++ file types.
2016-02-02 20:03:25 +01:00
Martin Aeschlimann
41fef3b9f0
Add ".ino" to cpp file suffices
2016-01-28 20:19:51 +01:00
Martin Aeschlimann
277510fe7b
Merge pull request #1457 from xaverh/master
...
C++11 keyword "noexcept" added
2016-01-12 17:04:18 +01:00
Johannes Rieken
0542c7e775
remove .m setting from C
2015-12-21 13:42:28 +01:00
Johannes Rieken
a066421a78
fix issue #1532
2015-12-21 12:40:36 +01:00
Xaver Hellauer
b848fc2527
C++11 keyword "noexcept" added
2015-12-18 20:03:02 +01:00
Martin Aeschlimann
3efb36ec02
Bad Default/Regression: C++ .h headers colored as C files #145
2015-11-23 11:05:41 +01:00
Erich Gamma
8f35cc4768
Hello Code
2015-11-13 14:39:38 +01:00