Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

C code coloring goes wrong after a line break backslash  #185

@aeschli

Description

@aeschli

From @DanielKristofKiss on December 4, 2016 10:56

  • VSCode Version: Code 1.7.2 (7ba55c5860b152d999dda59393ca3ebeb1b5c85f, 2016-11-21T22:06:37.428Z)
  • OS Version: Windows_NT ia32 6.1.7601

Steps to Reproduce:
C source file content

/* comment - green
 */
#define macro( arg ) \
        somerthingelse(arg)

/* comment - blue */

typedef int blueint;
typedef int whiteint;

image

Copied from original issue: microsoft/vscode#16456

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions