chore(vscode): update to 1.54.2
This commit is contained in:
@ -1,36 +1,66 @@
|
||||
{
|
||||
"name": "perl",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": { "vscode": "*" },
|
||||
"scripts": {
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js textmate/perl.tmbundle Syntaxes/Perl.plist ./syntaxes/perl.tmLanguage.json Syntaxes/Perl%206.tmLanguage ./syntaxes/perl6.tmLanguage.json"
|
||||
},
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "perl",
|
||||
"aliases": ["Perl", "perl"],
|
||||
"extensions": [".pl", ".pm", ".pod", ".t", ".PL", ".psgi"],
|
||||
"firstLine": "^#!.*\\bperl\\b",
|
||||
"configuration": "./perl.language-configuration.json"
|
||||
}, {
|
||||
"id": "perl6",
|
||||
"aliases": ["Perl 6", "perl6"],
|
||||
"extensions": [".p6", ".pl6", ".pm6", ".nqp"],
|
||||
"firstLine": "(^#!.*\\bperl6\\b)|use\\s+v6",
|
||||
"configuration": "./perl6.language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "perl",
|
||||
"scopeName": "source.perl",
|
||||
"path": "./syntaxes/perl.tmLanguage.json"
|
||||
}, {
|
||||
"language": "perl6",
|
||||
"scopeName": "source.perl.6",
|
||||
"path": "./syntaxes/perl6.tmLanguage.json"
|
||||
}]
|
||||
}
|
||||
}
|
||||
"name": "perl",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin textmate/perl.tmbundle Syntaxes/Perl.plist ./syntaxes/perl.tmLanguage.json Syntaxes/Perl%206.tmLanguage ./syntaxes/perl6.tmLanguage.json"
|
||||
},
|
||||
"contributes": {
|
||||
"languages": [
|
||||
{
|
||||
"id": "perl",
|
||||
"aliases": [
|
||||
"Perl",
|
||||
"perl"
|
||||
],
|
||||
"extensions": [
|
||||
".pl",
|
||||
".pm",
|
||||
".pod",
|
||||
".t",
|
||||
".PL",
|
||||
".psgi"
|
||||
],
|
||||
"firstLine": "^#!.*\\bperl\\b",
|
||||
"configuration": "./perl.language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "perl6",
|
||||
"aliases": [
|
||||
"Perl 6",
|
||||
"perl6"
|
||||
],
|
||||
"extensions": [
|
||||
".p6",
|
||||
".pl6",
|
||||
".pm6",
|
||||
".nqp"
|
||||
],
|
||||
"firstLine": "(^#!.*\\bperl6\\b)|use\\s+v6",
|
||||
"configuration": "./perl6.language-configuration.json"
|
||||
}
|
||||
],
|
||||
"grammars": [
|
||||
{
|
||||
"language": "perl",
|
||||
"scopeName": "source.perl",
|
||||
"path": "./syntaxes/perl.tmLanguage.json"
|
||||
},
|
||||
{
|
||||
"language": "perl6",
|
||||
"scopeName": "source.perl.6",
|
||||
"path": "./syntaxes/perl6.tmLanguage.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"displayName": "Perl Language Basics",
|
||||
"description": "Provides syntax highlighting and bracket matching in Perl files."
|
||||
}
|
||||
}
|
||||
|
4
lib/vscode/extensions/perl/yarn.lock
Normal file
4
lib/vscode/extensions/perl/yarn.lock
Normal file
@ -0,0 +1,4 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
Reference in New Issue
Block a user