Skip to content

Add visual support (like folding, colorisation of matching open-close, navigation, ...) for fenced div syntax (:::) #670

Open
@mcanouil

Description

@mcanouil

Current "workaround" at least for the paired colorisation:

"editor.guides.bracketPairs": "active",
"editor.language.brackets": [
  ["[", "]"],
  ["(", ")"],
  ["{", "}"],
  ["::::", ":::"]
],
"editor.language.colorizedBracketPairs": [
  ["[", "]"],
  ["(", ")"],
  ["{", "}"],
  ["::::", ":::"]
],

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