Last active
July 10, 2019 03:47
-
-
Save johnjullies/acac4fd46a8d535aa1146e56abb7c511 to your computer and use it in GitHub Desktop.
Adds php tag autocomplete for VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"php": { | |
"prefix": "php", | |
"body": [ | |
"<?php $1 ?>" | |
], | |
"description": "php tag" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment