@yorun-ai/skel-highlight 0.9.2 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -98,3 +98,5 @@ The CodeMirror entrypoint provides stream-based syntax highlighting. Semantic co
|
|
|
98
98
|
## TextMate
|
|
99
99
|
|
|
100
100
|
The raw grammar is available as `@yorun-ai/skel-highlight/textmate` for TextMate-compatible consumers.
|
|
101
|
+
Decorator identifiers are highlighted generically, including `@desc`, `@example`, `@sensitive`, and `@deprecated`.
|
|
102
|
+
Semantic validation remains the responsibility of `skelc lsp`.
|