work on wingle articles

This commit is contained in:
infeeeee
2019-08-07 22:54:34 +02:00
parent 8e00b8717b
commit 5a234f87e1
10 changed files with 438 additions and 306 deletions

View File

@@ -15,7 +15,6 @@
// ],
// "description": "Log output to console"
// }
"smalldesktop": {
"scope": "scss,sass",
"prefix": "smalldesktop",
@@ -36,9 +35,8 @@
],
"description": "SCSS: Bigdesktop media query"
},
"div": {
"scope":"html,php",
"scope": "html,php",
"prefix": "div",
"body": [
"<div class=\"$1\">",
@@ -47,10 +45,8 @@
],
"description": "HTML: div start and end"
},
"php": {
"scope":"html,php",
"scope": "html,php",
"prefix": "php",
"body": [
"<?php",
@@ -59,15 +55,20 @@
],
"description": "HTML: div start and end"
},
"chromephp-log": {
"scope":"html,php",
"prefix": "log",
"console_debug": {
"scope": "html,php",
"prefix": "console_debug",
"body": [
"ChromePhp::log($0);"
"console_debug($0);"
],
"description": "Log to js console with Chromephp addin"
}
"description": "Log to js console"
},
"console.log": {
"scope": "javascript",
"prefix": "console.log",
"body": [
"console.log($0)"
],
"description": "console.log()"
},
}