Skip to content

Commit

Permalink
feat(wordpress): add wordpress-syntax-highlighter extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Aug 14, 2024
1 parent 18dcbb9 commit ad99e28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/src/wordpress/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "wordpress",
"name": "WordPress",
"description": "Sets up WordPress into the Dev Environment",
"version": "2.5.0",
"version": "2.6.0",
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/wordpress",
"containerEnv": {
"WP_CLI_CONFIG_PATH": "/etc/wp-cli/wp-cli.yaml",
Expand Down Expand Up @@ -52,7 +52,8 @@
"customizations": {
"vcode": {
"extensions": [
"johnbillion.vscode-wordpress-hooks"
"johnbillion.vscode-wordpress-hooks",
"matthiashunt.wordpress-syntax-highlighter"
]
}
}
Expand Down

0 comments on commit ad99e28

Please sign in to comment.