@younndai/yon-textmate 0.1.0 → 0.1.1
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/CHANGELOG.md +22 -0
- package/LICENSE +1 -1
- package/NOTICE +23 -0
- package/README.md +42 -8
- package/TRADEMARK.md +64 -0
- package/dist/shiki.d.ts +1666 -1654
- package/dist/shiki.d.ts.map +1 -1
- package/dist/shiki.js +17 -3
- package/dist/shiki.js.map +1 -1
- package/package.json +45 -31
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to `@younndai/yon-textmate`.
|
|
4
|
+
|
|
5
|
+
## [0.1.1] — Unreleased
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- `NOTICE` and `TRADEMARK.md` shipped in the npm package — completes the
|
|
10
|
+
YounndAI™ legal stack (Apache-2.0 + NOTICE + trademark guidance).
|
|
11
|
+
- `CHANGELOG.md` (this file) shipped in the npm package.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- README aligned with the YON project brand template (logo header, project
|
|
16
|
+
cross-links, About YounndAI, License & Attribution).
|
|
17
|
+
- Build stamps the Apache-2.0 license banner on `dist` output.
|
|
18
|
+
|
|
19
|
+
## [0.1.0] — 2026-03-02
|
|
20
|
+
|
|
21
|
+
- Initial release: TextMate grammar (`syntaxes/yon.tmLanguage.json`),
|
|
22
|
+
language configuration, and Shiki integration for YON syntax highlighting.
|
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2026 MARLINK TRADING SRL (YounndAI)
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/NOTICE
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
YON TextMate Grammar
|
|
2
|
+
Copyright 2026 MARLINK TRADING SRL (YounndAI)
|
|
3
|
+
|
|
4
|
+
This product includes software developed by MARLINK TRADING SRL (YounndAI)
|
|
5
|
+
(https://younndai.com).
|
|
6
|
+
|
|
7
|
+
Created by: Alexandru Mareș (https://allemaar.com)
|
|
8
|
+
|
|
9
|
+
Licensed under the Apache License, Version 2.0. See LICENSE.
|
|
10
|
+
|
|
11
|
+
----------------------------------------------------------------------
|
|
12
|
+
Trademark notice
|
|
13
|
+
----------------------------------------------------------------------
|
|
14
|
+
|
|
15
|
+
YounndAI™ and YON™ are trademarks of MARLINK TRADING SRL.
|
|
16
|
+
|
|
17
|
+
The Apache License, Version 2.0 does not grant permission to use the
|
|
18
|
+
trade names, trademarks, service marks, or product names of
|
|
19
|
+
MARLINK TRADING SRL, except as required for describing the origin of
|
|
20
|
+
this work and reproducing the content of this NOTICE file.
|
|
21
|
+
|
|
22
|
+
See TRADEMARK.md for the trademark usage policy.
|
|
23
|
+
For trademark usage permissions, contact: office@younndai.com
|
package/README.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/YounndAI/yon-textmate/main/assets/yon-icon-ondark.png" />
|
|
4
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/YounndAI/yon-textmate/main/assets/yon-icon-onlight.png" />
|
|
5
|
+
<img alt="YON" src="https://raw.githubusercontent.com/YounndAI/yon-textmate/main/assets/yon-icon-onlight.png" width="80" />
|
|
6
|
+
</picture>
|
|
7
|
+
</p>
|
|
2
8
|
|
|
3
|
-
|
|
9
|
+
<p align="center">
|
|
10
|
+
<strong>@younndai/yon-textmate</strong><br />
|
|
11
|
+
TextMate grammar and Shiki integration for YON™ syntax highlighting<br />
|
|
12
|
+
<em>Part of the YON™ toolchain — data, intent, and instructions in a single stream.</em>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://yon.younndai.com">Website</a> · <a href="https://github.com/YounndAI/yon-spec">Specification</a> · <a href="./LICENSE">Apache 2.0</a> · <a href="./TRADEMARK.md">Trademark Policy</a> · <a href="https://github.com/YounndAI/brand">Brand Assets</a>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
[](https://www.npmjs.com/package/@younndai/yon-textmate)
|
|
20
|
+
[](./LICENSE)
|
|
21
|
+
|
|
22
|
+
TextMate grammar and Shiki integration for [YON™](https://yon.younndai.com) syntax highlighting.
|
|
4
23
|
|
|
5
24
|
## What's included
|
|
6
25
|
|
|
@@ -35,11 +54,26 @@ Embedded code blocks (`@BEGIN TAG ... @END TAG`) are highlighted using the inner
|
|
|
35
54
|
|
|
36
55
|
---
|
|
37
56
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
57
|
+
## License & Attribution
|
|
58
|
+
|
|
59
|
+
Apache-2.0. © 2026 MARLINK TRADING SRL (YounndAI). See [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE).
|
|
60
|
+
|
|
61
|
+
"YON" and "YounndAI" are trademarks of MARLINK TRADING SRL — see [`TRADEMARK.md`](./TRADEMARK.md).
|
|
62
|
+
|
|
63
|
+
Created by [Alexandru Mareș](https://allemaar.com).
|
|
64
|
+
|
|
65
|
+
Website: [yon.younndai.com](https://yon.younndai.com)
|
|
66
|
+
|
|
67
|
+
<p align="center"><em>Structure before scale. Harmony above all.</em></p>
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
| | |
|
|
72
|
+
| ------------- | ------------------------------------------------------- |
|
|
73
|
+
| **Spec** | [YON v2.0](https://yon.younndai.com) |
|
|
74
|
+
| **Author** | [Alexandru Mareș](https://allemaar.com) |
|
|
75
|
+
| **Company** | [MARLINK TRADING SRL](https://younndai.com) · YounndAI™ |
|
|
76
|
+
| **License** | [Apache 2.0](./LICENSE) — © 2026 MARLINK TRADING SRL |
|
|
77
|
+
| **Trademark** | [YounndAI™ Trademark Guidelines](./TRADEMARK.md) |
|
|
44
78
|
|
|
45
79
|
_Structure before scale._
|
package/TRADEMARK.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Trademark Notice
|
|
2
|
+
|
|
3
|
+
"YounndAI" (pronounced "yoon-dye") and "YON" (YounndAI Object Notation,
|
|
4
|
+
pronounced "yon") are trademarks of MARLINK TRADING SRL.
|
|
5
|
+
|
|
6
|
+
## Trademarks
|
|
7
|
+
|
|
8
|
+
The following names, their associated taglines, and the domains where they
|
|
9
|
+
are actively used in commerce are trademarks of MARLINK TRADING SRL:
|
|
10
|
+
|
|
11
|
+
### YounndAI Stack
|
|
12
|
+
|
|
13
|
+
| Mark™ | Tagline | Domain |
|
|
14
|
+
| :-------------------------------------------- | :--------------------------------------------- | :---------------- |
|
|
15
|
+
| YounndAI™ | You and AI, unified | younndai.com |
|
|
16
|
+
| YON — YounndAI Object Notation™ | Stream-first object notation for AI | yon.younndai.com |
|
|
17
|
+
|
|
18
|
+
### Certification & Compliance Marks
|
|
19
|
+
|
|
20
|
+
The following certification and compliance marks are reserved exclusively for
|
|
21
|
+
use by MARLINK TRADING SRL to designate official conformance, endorsement,
|
|
22
|
+
or compatibility with the YounndAI ecosystem:
|
|
23
|
+
|
|
24
|
+
| Mark | Purpose |
|
|
25
|
+
| :-------------- | :-------------------------------------------------------------------------------- |
|
|
26
|
+
| YON Certified™ | Designates products or services that have passed official YON conformance testing |
|
|
27
|
+
| YON Official™ | Designates resources, tools, or content published or endorsed by YounndAI |
|
|
28
|
+
| YON Compliant™ | Designates products or services that meet YON specification requirements |
|
|
29
|
+
| YON Compatible™ | Designates products or services that interoperate with the YON ecosystem |
|
|
30
|
+
| YON Standard™ | Designates the canonical specification maintained by YounndAI |
|
|
31
|
+
|
|
32
|
+
> **Note:** The term "verified" is reserved for **domain verification**
|
|
33
|
+
> in the YON Registry. It is not a certification
|
|
34
|
+
> mark for implementations.
|
|
35
|
+
|
|
36
|
+
## Usage Guidelines
|
|
37
|
+
|
|
38
|
+
1. You **may** use these marks to accurately identify YounndAI software,
|
|
39
|
+
for example: "Built with YON" or "Compatible with the YounndAI Stack."
|
|
40
|
+
|
|
41
|
+
2. You **may not** use these marks in a way that suggests endorsement,
|
|
42
|
+
sponsorship, or affiliation with MARLINK TRADING SRL without prior
|
|
43
|
+
written permission.
|
|
44
|
+
|
|
45
|
+
3. You **may not** use these marks as part of your own product name,
|
|
46
|
+
service name, domain name, or social media handle without prior
|
|
47
|
+
written permission.
|
|
48
|
+
|
|
49
|
+
4. You **may not** modify, abbreviate, or combine these marks with other
|
|
50
|
+
words or logos without prior written permission.
|
|
51
|
+
|
|
52
|
+
5. You **may not** use any certification or compliance mark (YON Certified™,
|
|
53
|
+
YON Official™, YON Compliant™, YON Compatible™, YON Standard™) without
|
|
54
|
+
explicit written authorization from MARLINK TRADING SRL. Unauthorized use
|
|
55
|
+
of these marks constitutes trademark infringement.
|
|
56
|
+
|
|
57
|
+
## Contact
|
|
58
|
+
|
|
59
|
+
For trademark inquiries or permission requests:
|
|
60
|
+
|
|
61
|
+
- **Company**: MARLINK TRADING SRL
|
|
62
|
+
- **Brand**: YounndAI
|
|
63
|
+
- **Website**: https://younndai.com
|
|
64
|
+
- **Email**: office@younndai.com
|