VS Code built-in markdown extension's Textmate grammar
Перейти к файлу
Matt Bierner 2ef29be471
Merge pull request #165 from microsoft/rebuild
Rebuild grammar
2024-07-08 10:27:13 -07:00
.vscode Update tests 2018-11-01 17:50:03 -07:00
syntaxes Rebuild grammar 2024-07-08 08:57:33 -07:00
test Merge pull request #147 from microsoft/dev/mjbvz/146 2023-08-30 13:06:44 -07:00
.gitignore Add test script 2018-02-07 17:24:30 -08:00
CODE_OF_CONDUCT.md Adding code of conduct 2018-02-07 16:18:27 -08:00
LICENSE.txt adding license 2018-02-07 16:18:32 -08:00
README.md Lint README.md 2022-10-16 16:48:40 +01:00
SECURITY.md Microsoft mandatory file 2023-06-02 04:34:48 +00:00
azure-pipelines.yaml Update pipeline images 2022-05-31 10:27:57 +02:00
build.js Add pwsh as alias for powershell 2024-03-01 10:16:51 -08:00
markdown.tmLanguage.base.yaml Improve `FrontMatter` integration 2024-05-30 15:05:08 +12:00
package-lock.json Bump braces from 3.0.2 to 3.0.3 2024-06-16 09:50:38 +00:00
package.json Bump dev deps 2022-05-03 13:31:23 -07:00

README.md

VS Code Markdown Grammar

Build Status

VS Code markdown extension's TextMate grammar.

Contributing

The main grammar is stored in syntaxes/markdown.tmLanguage. This file is generated from markdown.tmLanguage.base.yaml:

Building

To generate the main grammar:

npm install
npm run build

Testing

To run the grammar tests:

npm run test

The test cases are stored as markdown files under test/colorize-fixtures. Grammar test results are stored under test/colorize-results, which are automatically generated from the fixtures.

To test the grammar in VS Code, select the Launch Extension configuration in the VS Code debugger and run.