Skip to content

Commit

Permalink
added support for javascript and javascriptreach files
Browse files Browse the repository at this point in the history
  • Loading branch information
teezdan committed Oct 23, 2016
1 parent b73e017 commit b6f9bb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This extension adds rich language support for the HTML Markup to VS Code, includ
- [partially implemented] Quick Info
- description mentions if tag deprecated

### Update 3
- added php, js, and jsreact as languages where the snippets work by default.

This comment has been minimized.

Copy link
@jangiann09

jangiann09 Jan 9, 2023

English bisaya Tagalog


### Update 2
- fixed a bug with line cursor on vscode 1.5.1

Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "html-snippets",
"displayName": "HTML Snippets",
"description": "Full HTML tags including HTML5 Snippets",
"version": "0.0.16",
"version": "0.0.18",
"publisher": "abusaidm",
"icon": "images/icon.png",
"engines": {
Expand All @@ -24,6 +24,14 @@
{
"language": "php",
"path": "./snippets/snippets.json"
},
{
"language": "javascript",
"path": "./snippets/snippets.json"
},
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
}
]
}
Expand Down

0 comments on commit b6f9bb6

Please sign in to comment.