Skip to content

Commit

Permalink
[HTML] Some more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 21, 2024
1 parent 8326cf4 commit 0d2001b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HTML/Script Type Values.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
{
"trigger": "application/ecmascript",
"kind": ["type", "t", "Mime Type"],
"details": "JSON"
"details": "ECMA Script"
},
{
"trigger": "application/javascript",
"kind": ["type", "t", "Mime Type"],
"details": "JSON"
"details": "JavaScript"
},
{
"trigger": "application/json",
"kind": ["type", "t", "Mime Type"],
"details": "JSON"
},
{
"trigger": "text/html",
"trigger": "text/ecmascript",
"kind": ["type", "t", "Mime Type"],
"details": "JavaScript"
"details": "ECMA Script"
},
{
"trigger": "text/ecmascript",
"trigger": "text/html",
"kind": ["type", "t", "Mime Type"],
"details": "JSON"
"details": "HTML"
},
{
"trigger": "text/javascript",
Expand Down

0 comments on commit 0d2001b

Please sign in to comment.