mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add gitignore language
This commit is contained in:
10
extensions/git/syntaxes/ignore.tmLanguage.json
Normal file
10
extensions/git/syntaxes/ignore.tmLanguage.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Ignore",
|
||||
"scopeName": "source.ignore",
|
||||
"patterns": [
|
||||
{
|
||||
"match": "^#.*",
|
||||
"name": "comment.line.number-sign.ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user