Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jens1o/vscode-smarty

Smarty syntax highlight extension for Visual Studio Code
https://github.com/jens1o/vscode-smarty

php smarty snippets syntax-highlighting template-engine vscode vscode-extension

Last synced: about 20 hours ago
JSON representation

Smarty syntax highlight extension for Visual Studio Code

Awesome Lists containing this project

README

        

# Smarty syntax highlighting

This extensions adds support for syntax highlighting and snippets for the Smarty 3 templating language.

If you see a bug or have a feature request of what could be added feel free to let me know or create an issue.

## Snippets available:

- assign
- block
- break
- capture
- case
- comment
- debug
- else
- elseif
- extends
- foreach
- if
- ifelse
- include
- literal

## HTML Intellisense and Suggestions
This is planned as an 'out of the box' feature, but it may take some time to achieve.

As a workaround use these settings in VS Code:
```
"emmet.syntaxProfiles": {
"tpl": "html"
},
"emmet.triggerExpansionOnTab": true,
```