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

Support for brackets with multiple characters #323

Open
1 task done
zoenglinghou opened this issue Oct 15, 2017 · 1 comment
Open
1 task done

Support for brackets with multiple characters #323

zoenglinghou opened this issue Oct 15, 2017 · 1 comment

Comments

@zoenglinghou
Copy link

zoenglinghou commented Oct 15, 2017

Prerequisites

Description

I was trying to add some special brackets used by LaTeX, i.e.

".latex.tex.text":
  "bracket-matcher":
    autocompleteCharacters: [
      "()"
      "[]"
      "{}"
      "<>"
      "«»"
      "\"\""
      "``''"
      "\\(\\)"
    ]

The \( \) and ``'' are bracket pairs in LaTeX, but I don't think they are supported by this package yet, and they do not work. Is there plan to support these?

Steps to Reproduce

N/A

Versions

atom version:

Atom    : 1.21.1
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0

OS: macOS 10.13

@Xiaohong-Deng
Copy link

I've been looking for this feature in Atom. In Sublime BracketHighlighter does this for code blocks like def...end and HTML tags.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants