feat: support WRN imports and dynamic public shell

This commit is contained in:
2026-07-21 11:15:06 +05:30
parent 0013c0771d
commit 2ca2d02b22
82 changed files with 959 additions and 174 deletions
@@ -6,6 +6,9 @@
{
"include": "#comments"
},
{
"include": "#imports"
},
{
"include": "#declaration"
},
@@ -14,6 +17,21 @@
}
],
"repository": {
"imports": {
"begin": "^\\s*(import)\\b",
"beginCaptures": {
"1": {
"name": "keyword.control.import.ts"
}
},
"end": ";|$",
"name": "meta.import.wrn",
"patterns": [
{
"include": "source.ts"
}
]
},
"comments": {
"patterns": [
{