mirror of https://github.com/microsoft/vscode.git
Git-Base - Add syntax highlighting to the rebase-merge/done file (#171840)
This commit is contained in:
parent
886edccb7a
commit
cab92a3b9b
|
@ -8,7 +8,7 @@
|
|||
"engines": {
|
||||
"vscode": "0.10.x"
|
||||
},
|
||||
"categories": [
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
|
@ -66,6 +66,9 @@
|
|||
"filenames": [
|
||||
"git-rebase-todo"
|
||||
],
|
||||
"filenamePatterns": [
|
||||
"**/rebase-merge/done"
|
||||
],
|
||||
"configuration": "./languages/git-rebase.language-configuration.json"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue