Sublime Forum

Backtick Preventing Automatic Bracket Pair

#1

I’ve had a hard time searching for a solution due to how strange the wording might be on the issue.

I like writing notes using Markdown.
To signify code, you use the ` backticks.

When I press the ` button, it pairs it with another backtick which is brilliant, but when I start writing brackets inside there, it does not auto pair the closing bracket!

Does anyone know how I could diagnose or solve this?

0 Likes

#2

What syntax are you using? I don’t have auto-matching of backticks in my keybindings, so you might be using a package.
You can see exactly which syntax you’re using by opening the console and running view.settings().get("syntax"). Mine says Packages/Markdown/Markdown.sublime-syntax.

0 Likes

#3

The output of your query is:
'Packages/Markdown Extended/Syntaxes/Markdown Extended.sublime-syntax'

Didn’t notice it wasn’t a default action.
I’m using MarkdownEditing for my markdown files. Might need to poke around there!

0 Likes

#4

You could post an issue on their issue page: https://github.com/jonschlinkert/sublime-markdown-extended/issues

1 Like

#5

Thanks for the direction mate

2 Likes