-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "brackets-special-html-chars",
"title": "Special Html Characters",
"description": "The Inline editing context menu will get an additional option to bring up a menu of common Special HTML characters to insert of the cursors position (e.g. Copyright, Trademark, Non-breaking space).",
"homepage": "https://github.com/thaneuk/brackets-special-html-chars",
"version": "1.2.5",
"author": "Gregory Jackson (https://github.com/thaneuk/)",
"license": "MIT",
"categories": "snippets",
"files": [
"main.js",
"specialHTMLChars.json",
"style.css"
],
"engines": {
"brackets": ">=0.23.0"
},
"i18n": [
"en",
"it",
"nl",
"af",
"de",
"ru",
"da",
"hr"
],
"keywords": [
"html",
"character encoding"
]
}