c.tmbundle icon indicating copy to clipboard operation
c.tmbundle copied to clipboard

TextMate support for C

Results 29 c.tmbundle issues
Sort by recently updated
recently updated
newest added

_From @obhi-d on September 2, 2018 10:8_ - VSCode Version: 1.26.1 - OS Version: Ubuntu 18.04 Hello everyone, I notice that class name with attributes preceding it are not highlighted...

Example: ```c # define SIMDTBX_INTEL_GCC_VERSION \ (**GNUC**_10000 +**GNUC_MINOR**_100 + **GNUC_PATCHLEVEL**) ``` The line starting with "#define" (1st line) is highlighted but not the continuation line (2nd line). That's with Textmate...

This simple line doesn't work properly: ``` #define foo bar() ``` The scope of what follows on the next line is still `meta.preprocessor.macro.c` and `meta.function.c`.

I found an error in the code highlighting. ```C #ifdef __cplusplus extern "C" { #endif ``` The endif is not properly set to red color. ```C #if ((XTIMER_HZ % 15625)...

See screenshot in http://www.twitter.com/DrPizza/status/852290952488243202

If it doesn't end on a semicolon (`;`) and is followed by string which includes semicolon everything past that is treated as part of the string. See (main is highlighted...

As it stands now, types and values from `stdbool.h` (`bool`, `_Bool`, `true`, and `false`) are highlit, but not those from `stddef.h` (except `NULL`) and `stdint.h`. As those are very commonly...

```cpp struct test { test(int x, int d, std::string dave) : _x(x), _d(d), _dave(dave) { } int _x; int _d; std::string _dave; }; struct test2 { test2(int x, int d,...

Targets for goto should get unindented to the same indentation level as the current function's braces, but they are ignored. Further, when manually unindenting goto targets, the lines that follow...

1st str not hilited correctly: ``` C #error "dddd \ edddd \ " #warning This is a short warning /*