karuna / tera-vscode

Tera Template Syntax Highlighting for Visual Studio Code
MIT License
18 stars 5 forks source link

Snippets Support #3

Closed karamfd closed 4 years ago

karamfd commented 4 years ago

This pull request addresses issue #2. Below is a summary of the changes that I made:

.gitignore

Added .DS_Store extension to the ignore list. It's specific to Mac OS and does not really do anything.

Changelog and Readme

Package.json

snippets folder

Includes the most used snippets based on the Tera template documentation.

karuna commented 4 years ago

closes #2