@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yorun-ai/skel-highlight",
3
- "version": "0.9.2",
3
+ "version": "0.10.0",
4
4
  "description": "Syntax highlighting definitions for the Skel contract language.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",