mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
fix syntax highlighting for .git-blame-ignore-revs (#194584)
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
],
|
||||
"extensions": [
|
||||
".gitignore_global",
|
||||
".gitignore"
|
||||
".gitignore",
|
||||
".git-blame-ignore-revs"
|
||||
],
|
||||
"configuration": "./languages/ignore.language-configuration.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user