This commit is contained in:
Sandeep Somavarapu 2018-02-19 18:45:27 +01:00
parent d321ced195
commit 940f389b08
4 changed files with 12 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{
"name": "cpp",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },

View file

@ -0,0 +1,4 @@
{
"displayName": "C/C++ Language Features",
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in C/C++ files"
}

View file

@ -1,5 +1,7 @@
{
"name": "log",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.0",
"publisher": "vscode",
"engines": {

View file

@ -0,0 +1,4 @@
{
"displayName": "Log",
"description": "Provides Syntax highlighting for files with .log extension"
}