y0sh1ne
|
0a8e930a73
|
Update language-configuration.json(fix #215999) (#216394)
Update language-configuration.json
add "~" in surroundingPairs
|
2024-06-19 17:24:44 +00:00 |
Matt Bierner
|
6e2ea0ed27
|
Also disable `` ` `` as autoclosing pair (#203487)
Fixes #192676
Not ideal but likely better than the current behavior that inserts extra backticks
|
2024-01-25 13:21:45 -08:00 |
Matt Bierner
|
1ddc10601d
|
Add angle brackets as surrounding pairs in markdown (#203083)
Add angle brackets as surrounding pairs in md
This is useful for html and for autolinks
|
2024-01-22 23:58:28 +01:00 |
Matt Bierner
|
34fcd8bebc
|
Revert autoclosing of ```` ``` ```` in md (#202290)
Fixes #192676
Turns out to be more annoying than the value it provides
|
2024-01-11 15:29:01 -08:00 |
Matt Bierner
|
703a75da38
|
Add ` as an autoClosingPair in markdown (#184532)
Fixes #183489
Will test this out to see if it's helpful or too annoying
|
2023-06-07 13:05:01 -07:00 |
Henning Dieterichs
|
80627022a0
|
Don't colorize brackets in markdown files.
|
2021-08-25 10:25:47 +02:00 |
Henning Dieterichs
|
a1af8aa651
|
Refactors calls to languages.setLanguageConfiguration to declarative descriptions in language-configuration.json. This fixes #98621.
|
2021-05-17 09:12:01 +02:00 |
Mike Lee
|
efe612365f
|
feat: add support for additional surrounding pairs for markdown (#119982) (#121698)
|
2021-04-20 12:19:33 -07:00 |
Nikolas
|
700ee37a24
|
Add underscores and asterisks to surrounding pairs (#55054)
Same reasons as [here](https://github.com/silvenon/vscode-mdx/pull/6#issue-203819440)
|
2018-07-25 17:31:04 -07:00 |
Matt Bierner
|
691da9b3a3
|
Split markdown extension into markdown and markdown-basics
|
2018-02-28 20:37:02 -08:00 |