Skip to content

Commit 9daccff

Browse files
committed
Remove _PSOUP
1 parent 1e9a162 commit 9daccff

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/Runtime Environment/Global & Base.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ This page documents the changes & additions to Pluto's runtime environment, whic
88
### `_PVERSION`
99
`_PVERSION` is the global to check your current version of Pluto.
1010

11-
### `_PSOUP`
12-
`_PSOUP` is a global boolean you can access to check linkage with Soup. Always true as of 0.8.0.
13-
1411
### `os.platform`
1512
`os.platform` is a global string containing the host platform. Can be "windows", "wasm", "linux", "macos", "android", or "unknown".
1613

src/theme/Pluto.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"name": "constant.language.pluto"
455455
},
456456
{
457-
"match": "(?<![^.]\\.|:)\\b(_G|_VERSION|_PVERSION|_PSOUP|math\\.(pi|huge|mininteger|maxinteger)|os\\.(platform|arch)|json\\.(null|withnull|withorder))\\b",
457+
"match": "(?<![^.]\\.|:)\\b(_G|_VERSION|_PVERSION|math\\.(pi|huge|mininteger|maxinteger)|os\\.(platform|arch)|json\\.(null|withnull|withorder))\\b",
458458
"name": "constant.language.pluto support.constant.builtin.pluto"
459459
},
460460
{

0 commit comments

Comments
 (0)