From 922d09034add57c316639cfa48562672d87dc0cd Mon Sep 17 00:00:00 2001 From: Autumn Rivers Date: Mon, 27 Apr 2020 19:02:42 -0400 Subject: [PATCH] Version 1.3.0 Added a new template - eosDevice! Also added a new example file for eOS devices --- examples/EosDevice.xml | 18 ++++++++++++++++++ package.json | 2 +- src/Nodes.code-snippets | 18 ++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 examples/EosDevice.xml diff --git a/examples/EosDevice.xml b/examples/EosDevice.xml new file mode 100644 index 0000000..d201bde --- /dev/null +++ b/examples/EosDevice.xml @@ -0,0 +1,18 @@ + + + + 21,1433,6881 + + + + Grocery list + Apples, oranges, the souls of the innocent + + + + + + Synced with 1.2.3.4 + + +" ], "description": "LABYRINTHS DLC ONLY - Memory dump file - this can be downloaded and analyzed with MemForensics.exe" + }, + "eosDevice":{ + "prefix": "", + "scope": "xml", + "body": + [ + "", + "\t${7:Note title}", + "\t${8:Note body, can be multiple lines}", + "\t", + "\t$BLOCK_COMMENT_START It's important to keep everything in your files organized - so let's leave some space between tags $BLOCK_COMMENT_END", + "\t", + "\t", + "\t", + "\t${0:These are best for cracked phones!}", + "" + ], + "description": "This snippet will create an eOS template for you. These can only be found with eosDeviceScanner.exe." } } \ No newline at end of file