Skip to content

Commit c134172

Browse files
authored
Update README.md
1 parent 1df12a2 commit c134172

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,21 @@ Glyph fits beautifully into your editor whether you’re in light mode or dark.
127127

128128
1. Open any source code file in Visual Studio Code.
129129
2. Add a comment using a supported or custom keyword:
130+
3. Make sure to start with @ before your keyword.
130131

131132
```js
132-
// Todo: Refactor the login logic
133+
// @Todo: Refactor the login logic
133134

134-
// Custom_Keyword: Use any Keyword you Want and the extension will automatically highlight the keyword
135+
// @Custom_Keyword: Use any Keyword you Want and the extension will automatically highlight the keyword
135136

136-
// Improve: Use any Comment accoding to the Language
137+
// @Improve: Use any Comment accoding to the Language
137138

138-
// Support: Support All languages - Python, java, js, php... (Just use their comment, like for python use #, Java //, js //, html <!---->, css /**/...).
139+
// @Support: Support All languages - Python, java, js, php... (Just use their comment, like for python use #, Java //, js //, html <!---->, css /**/...).
139140
```
140141

141-
3. Open the Glyph sidebar by clicking its icon.
142-
4. View, mark as done, undo, delete, or filter tasks with ease.
143-
5. You can define any keyword in any file type — Glyph automatically detects the correct comment style.
142+
4. Open the Glyph sidebar by clicking its icon.
143+
5. View, mark as done, undo, delete, or filter tasks with ease.
144+
6. You can define any keyword in any file type — Glyph automatically detects the correct comment style.
144145

145146
---
146147

0 commit comments

Comments
 (0)