Skip to content

Commit 6d97598

Browse files
authored
Register rules files as Markdown (#40614)
Release Notes: - `.rules`, `.cursorrules`, `.windsurfrules`, and `.clinerules` are now syntax highlighted as Markdown files.
1 parent 3aee143 commit 6d97598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/settings/default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,7 @@
15591559
//
15601560
"file_types": {
15611561
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json", "**/Zed/**/*.json", "**/.vscode/**/*.json", "tsconfig*.json"],
1562+
"Markdown": [".rules", ".cursorrules", ".windsurfrules", ".clinerules"],
15621563
"Shell Script": [".env.*"]
15631564
},
15641565
// Settings for which version of Node.js and NPM to use when installing

0 commit comments

Comments
 (0)