Skip to content

avoid breaking textmate highlighting for Tscn, which might be provided by the...

This PR avoid breaking textmate highlighting for Tscn, which might be provided by the Rider Godot support plugin (https://github.com/JetBrains/godot-support) or via textmate settings.

Repro of the problem:

  1. checkout https://github.com/godotengine/godot-vscode-plugin.git
  2. open Intellij / Rider settings, textmate, add godot-vscode-plugin to textmate settings
  3. verify that without IceExplosive/gdscript plugin, highlighting is present
  4. add the IceExplosive/gdscript plugin, see that highlighting for the tscn is not present

This pull request fixes the specified problem.

image

image

Edited by Ivan Shakhov (van800)

Merge request reports