You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ The above example would resolve to something like: `/Users/your-name/sites/my-si
45
45
**Step 2:** Make sure to update your user **settings.json** to include the extensions language identifier for both ExpressionEngine and HTML files so that Emmet can autocomplete properly.
46
46
47
47
```javascript
48
-
"emmet.includeLanguages": {
49
-
"ee":"html"
50
-
}
48
+
"emmet.includeLanguages": {
49
+
"ee":"html"
50
+
}
51
51
```
52
52
53
53
## Commands
@@ -73,14 +73,14 @@ After creating either a template, variable or partial you can still delete it fr
73
73
You can customize your active color theme by adding the `editor.tokenColorCustomizations` property to your **settings.json**.
74
74
75
75
```javascript
76
-
"editor.tokenColorCustomizations": {
77
-
"textMateRules": [{
78
-
"scope":"entity.name.tag.ee",
79
-
"settings": {
80
-
"foreground":"#B67FFF"
81
-
}
82
-
}]
76
+
"editor.tokenColorCustomizations": {
77
+
"textMateRules": [{
78
+
"scope":"entity.name.tag.ee",
79
+
"settings": {
80
+
"foreground":"#B67FFF"
83
81
}
82
+
}]
83
+
}
84
84
```
85
85
86
86
View the full list of available [scope names](https://github.com/mindpixel-labs/vsc-expressionengine/wiki/Scope-Names) to override.
To trigger path and route variables within an anchor tag href string you should add the following to your user settings.json file to allow for IntelliSense in strings. This will provide you with a list of auto-completions.
0 commit comments