worked on a lot of things

This commit is contained in:
2019-07-02 03:46:02 +02:00
parent 98e0282821
commit 43e6e9b373
12 changed files with 860 additions and 161 deletions

View File

@@ -58,6 +58,14 @@
"?>"
],
"description": "HTML: div start and end"
},
"chromephp-log": {
"scope":"html,php",
"prefix": "log",
"body": [
"ChromePhp::log($0);"
],
"description": "Log to js console with Chromephp addin"
}