Skip to content

cmake syntax color highlihting broken #5083

Description

@brace465

Brief Issue Summary

Image Image

the issue is that the coloring isnt working properly as you can see in these images.
in the first image the SHARED must be colored green and the Log must be the same color as the strings, PROPERTIES should be green and so should EXPORT_FILE_NAME

cmake tools version:
1.23.52

vs code version:
1.370.0

CMake Tools Diagnostics

{
  "os": "win32",
  "vscodeVersion": "1.137.0",
  "cmtVersion": "1.23.52",
  "configurations": [
    {
      "folder": "c:\\Users\\bbb\\VSCodeProjects\\EngineProject",
      "cmakeVersion": "4.4.3",
      "configured": true,
      "generator": "Ninja",
      "usesPresets": true,
      "compilers": {
        "C": "C:/msys64/ucrt64/bin/cc.exe",
        "CXX": "C:/msys64/ucrt64/bin/c++.exe"
      }
    }
  ],
  "cpptoolsIntegration": {
    "isReady": true,
    "hasCodeModel": true,
    "activeBuildType": "Release",
    "buildTypesSeen": [
      "Release"
    ],
    "requests": [],
    "responses": [],
    "partialMatches": [],
    "targetCount": 2,
    "executablesCount": 1,
    "librariesCount": 1,
    "targets": [
      {
        "name": "SomeProject",
        "type": "SHARED_LIBRARY"
      },
      {
        "name": "idk",
        "type": "EXECUTABLE"
      }
    ]
  },
  "settings": [
    {
      "communicationMode": "automatic",
      "useCMakePresets": "auto",
      "configureOnOpen": true
    }
  ]
}

Debug Log

unable to provide debug log and its also not relevant

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    buga bug in the product

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions