diff --git a/README.md b/README.md
index 4d53be0..843eb86 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,12 @@ Use punctuation markers in comments to flag human judgment:
| `??` | TODO, HACK | I'm uncertain | Purple (base0E) |
| `>>` | NOTE, NB | See reference | Cyan (base0C) |
+The VS Code/Cursor extension highlights the whole comment line as a rounded badge. Legacy keywords use the same colors as their punctuation marker, so `FIXME`/`BUG`/`XXX` look like `!!`, `TODO`/`HACK` look like `??`, and `NOTE`/`NB` look like `>>`.
+
+
+
+
+
```js
// Regular comment stays calm (base03)
diff --git a/site/assets/comment-marker-preview.svg b/site/assets/comment-marker-preview.svg
new file mode 100644
index 0000000..8adb76a
--- /dev/null
+++ b/site/assets/comment-marker-preview.svg
@@ -0,0 +1,63 @@
+
diff --git a/templates/README.md.tmpl b/templates/README.md.tmpl
index d703308..f412fe0 100644
--- a/templates/README.md.tmpl
+++ b/templates/README.md.tmpl
@@ -105,6 +105,12 @@ Use punctuation markers in comments to flag human judgment:
| `??` | TODO, HACK | I'm uncertain | Purple (base0E) |
| `>>` | NOTE, NB | See reference | Cyan (base0C) |
+The VS Code/Cursor extension highlights the whole comment line as a rounded badge. Legacy keywords use the same colors as their punctuation marker, so `FIXME`/`BUG`/`XXX` look like `!!`, `TODO`/`HACK` look like `??`, and `NOTE`/`NB` look like `>>`.
+
+