Skip to content

Commit

Permalink
Highlight syntax of VRML.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Aug 9, 2024
1 parent 0af85f5 commit 24e0d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/documentation/imported-and-exported-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Importing nodes from an inlined file is accomplished with two statements: IMPORT

Here is a simple example of including a EXPORT statement in an X3D file (Export.x3dv):

```js
```vrml
#X3D V3.3 utf8
DEF XFORM Transform {
Expand All @@ -27,7 +27,7 @@ The IMPORT feature allows authors to incorporate content defined within Inline n

And now the appropriate file with the IMPORT statement (Import.x3dv):

```js
```vrml
#X3D V3.3 utf8
DEF INLINE Inline {
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/documentation/using-the-script-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In Sunrize, the script itself is contained in the url field of the Script node,

Here is a simple example of including a Script node in an X3D file:

```js
```vrml
#X3D V3.3 utf8
DEF XFORM Transform {
Expand Down

0 comments on commit 24e0d3c

Please sign in to comment.