Skip to content

Commit cc7631f

Browse files
authored
Merge pull request #276518 from remcohaszing/cursor-mdc
Mark Cursor mdc files as markdown
2 parents 8675c1f + c66344a commit cc7631f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/markdown-basics/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
".mdtext",
2929
".workbook"
3030
],
31+
"filenamePatterns": [
32+
"**/.cursor/**/*.mdc"
33+
],
3134
"configuration": "./language-configuration.json"
3235
}
3336
],

0 commit comments

Comments
 (0)