Update editor.ts

Nate Butler created

Change summary

styles/src/styleTree/editor.ts | 1 +
1 file changed, 1 insertion(+)

Detailed changes

styles/src/styleTree/editor.ts 🔗

@@ -43,6 +43,7 @@ export default function editor(colorScheme: ColorScheme) {
         background: background(layer),
         activeLineBackground: withOpacity(background(layer, "on"), 0.75),
         highlightedLineBackground: background(layer, "on"),
+        // Inline autocomplete suggestions, Co-pilot suggestions, etc.
         suggestion: {
             color: syntax.predictive.color,
         },