Skip to content

Commit 17b2bda

Browse files
committed
upd
1 parent 82bd1e3 commit 17b2bda

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ import.meta.env.ZONE_MANIFEST_DIR
2323

2424
## Using static DotEnv variables
2525

26-
For setting static DotEnv variables in EScript, create a `.env` file in your package's directory, with contents like:
26+
For setting static DotEnv variables in EZMAScript, create a `.env` file in your package's directory, with contents like:
2727

2828
```
2929
FOO=bar
3030
```
3131

32-
You can then refer to that in EScript with expressions like:
32+
You can then refer to that in EZMAScript with expressions like:
3333

3434
```es
3535
import.meta.env.FOO

src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
ZoneGFX enables the development of advanced native applications with logic written in the [EScript language](https://escriptzone.github.io/guide).
3+
ZoneGFX enables the development of advanced native applications with logic written in the [EZMAScript language](https://ezmascript.github.io/guide).
44

55
## ZoneGFX SDK
66

src/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ source-path = "src"
162162
main-component = "src/Main.es"
163163

164164
# Indicates whether the main source path consists
165-
# of declaration-only EScript sources.
165+
# of declaration-only EZMAScript sources.
166166
#
167167
# Default: false
168168
#

theme/highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ t.contains=t.contains.concat([c,r,s,g]),
11571157
l(t,"shebang",e.SHEBANG()),l(t,"use_strict",{className:"meta",relevance:10,
11581158
begin:/^\s*['"]use strict['"]/
11591159
}),t.contains.find((e=>"func.def"===e.label)).relevance=0,Object.assign(t,{
1160-
name:"TypeScript",aliases:["es","escript","ts","tsx","mts","cts"]}),t},
1160+
name:"TypeScript",aliases:["es","ezmascript","ts","tsx","mts","cts"]}),t},
11611161
grmr_vbnet:e=>{
11621162
const n=e.regex,t=/\d{1,2}\/\d{1,2}\/\d{4}/,a=/\d{4}-\d{1,2}-\d{1,2}/,i=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,r=/\d{1,2}(:\d{1,2}){1,2}/,s={
11631163
className:"literal",variants:[{begin:n.concat(/# */,n.either(a,t),/ *#/)},{

0 commit comments

Comments
 (0)