Commit graph

14 commits

Author SHA1 Message Date
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
Martin Aeschlimann a606a5a7bc Update c grammar to atom/language-c@0d0f323 (2016-12-07) 2016-12-30 21:39:10 -04:00
Martin Aeschlimann a0eee2788f [c] update grammar 2016-10-18 09:46:14 +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 6367beb82e Update c/c++ grammar (May27) 2016-07-14 17:03:59 +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 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
Xaver Hellauer b848fc2527 C++11 keyword "noexcept" added 2015-12-18 20:03:02 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00