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
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,8 +228,8 @@ Completing on the same expressions (`2`, `2+`, `(10*2`) now leads to the followi
228
228
|`%`|defines the completions tag|<code>("+" | "-") % "operators"</code>|
229
229
|`%`|followed by an `Int`, defines the completion tag score|<code>("+" | "-") % 10</code>|
230
230
|`%?`|defines the description of the completions tag|<code>("+" | "-") %? "arithmetic operators"</code>|
231
-
|`%%`|defines the completions tag kind (can be used to encode properties for the tag, e.g. visual decorations)|<code>("+" | "-") %% "style: highlight"</code>|
232
-
|`%-%`|defines the completion kind (can be used to encode properties for each completion entry, e.g. visual decorations)|<code>("+" %-% "style: highlight" | "-")</code>|
231
+
|`%%`|defines the completions tag meta-data (can be used to encode properties for the tag, e.g. visual decorations)|<code>("+" | "-") %% "style: highlight"</code>|
232
+
|`%-%`|defines the completion meta-data (can be used to encode properties for each completion entry, e.g. visual decorations)|<code>("+" %-% "style: highlight" | "-")</code>|
0 commit comments