Skip to content

ACDR/vscode-silverstripe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCODE - SilverStripe

Basically this makes .ss files look good again and adds a few snippets to .ss files and .php files that I found handy.

Make emmet work and not feel bad

Open Preferences -> Settings

Add below settings to enable Emmet for blade:

"emmet.includeLanguages": {
    "silverstripe": "html"
},
"emmet.triggerExpansionOnTab": true,

Snippets are taken from: LiamW's SilverStripe Atom bundle. Grammar taken from: benjamin-smith's SilverStripe Sublime bundle

Contributions

Go for gold, if it adds value, add it and I'll merge it

About

Basic template syntax highlighting for Silver Stripe template files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published