Commit Graph

27 Commits

Author SHA1 Message Date
Raymond Zhao e987c5242e chore: bump extension versions (#295040) 2026-02-13 04:15:03 +05:00
Remco Haszing c66344a701 Update extensions/markdown-basics/package.json
Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>
2025-11-13 19:02:57 +01:00
Remco Haszing 441d682c1c Mark Cursor mdc files as markdown
The Cursor editor uses `.mdc` files to configure its LLM. It uses the
markdown language ID for these files. People tend to commit these files.
For users whose coworkers use Cursor, it’s nice if VSCode also uses the
markdown language ID for these files.
2025-11-10 16:07:52 +01:00
Remco Haszing dbfc87155d Highlight more languages in markdown code blocks
This adds syntax highlighting for the `ignore`, `jsonl`, and
`restructuredtext` languages inside of markdown code blocks.

Refs https://github.com/microsoft/vscode-markdown-tm-grammar/issues/177
2025-08-27 09:56:06 +02:00
Sandeep Somavarapu 1e0580ec23 Use categories for builtin extensions groups (#202453)
* support grouping of extensions

* remove grouping

* reuse categories parsing

* cleanup

* fix tests
2024-01-14 18:19:29 +01:00
Matt Bierner 43495ec026 Add unbalancedBracketScopes for markdown (#191844)
Fixes #191843
2023-09-05 10:08:30 -07:00
Martin Aeschlimann 3eff2128ce offside languages: changing ignoreTrimWhitespace default to false (#169555) 2022-12-20 10:09:56 +01:00
Priyank Rastogi 9e1f017b8c Add latex to markdown embedded languages (#151732) 2022-06-15 00:01:37 +00:00
Babak K. Shandiz 7e0df7ed8f Add jsonc to markdown embedded languages (#144003)
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-02-28 12:41:34 -08:00
Henning Dieterichs ce5d3510b1 Fixes #139201 by disabling highlighting invisible characters in markdown and text files. 2022-01-07 17:35:23 +01:00
Henning Dieterichs 319529dc9d Disable highlighting ambiguous characters for markdown. 2021-11-26 17:20:34 +01:00
Alex Ross 0f17001790 Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
João Moreno c3b556727e fix update-grammars script 2021-02-02 12:30:08 +01:00
João Moreno ec805db5ed add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
João Moreno 9a5d14e307 run prettier over extensions json files 2021-01-29 15:19:18 +01:00
João Moreno 3b03189afa Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00
João Moreno bc7d3c9ea6 remove grammar extensions 2021-01-15 12:35:17 +01:00
Martin Aeschlimann d5e12a12dd Use code-snippet suffix for extension snippets. Fixes #94625 2020-04-08 10:12:23 +02:00
Aurélien Pupier 7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Matt Bierner 07955472e7 Format 2018-12-10 17:26:45 -08:00
Alexandre ZANNI 781cb6854b add more markdown extensions (#58072) 2018-09-06 11:46:54 -07:00
Sandy Armstrong 80a472482c Treat Xamarin .workbook files as markdown (#51167)
Xamarin Workbooks are interactive coding documents that are saved as
straight-forward markdown files with a YAML front matter header block.

Here is a sample: https://github.com/xamarin/Workbooks/blob/master/csharp/csharp6/csharp6.workbook

Github has been treating them as markdown files for over a year now
(https://github.com/github/linguist/pull/3500).
2018-07-18 16:27:03 -07:00
Martin Aeschlimann 276eb70cd0 revert jade language id change 2018-05-22 12:42:30 +02:00
Martin Aeschlimann b217a7f236 [pug] Use pug grammar & rename language id. Fixes #50086 2018-05-22 10:52:19 +02:00
Martin Aeschlimann f57c35c0f2 Languages -> Programming Languages (for #47103) 2018-04-03 14:30:02 +02:00
Matt Bierner 0179894e45 Use vscode.X for basic extensions and vscode.X-language-features for lang features extensions
Standardizing extension identifiers
2018-03-01 00:26:31 -08:00
Matt Bierner 691da9b3a3 Split markdown extension into markdown and markdown-basics 2018-02-28 20:37:02 -08:00