Skip to content

Commit

Permalink
rename(doc): renamed @type -> @filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
watcol committed Jul 26, 2022
1 parent 564c572 commit 2e664bd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,17 +501,17 @@ key = "foo"
Built-in key pattern is a pattern to access values integrated with a transpiler,
starts with a commercial at (`@`, `U+0040`),
- `@output` ... A [string](#string) to specify destination path to output a
- `@output` ... A [string](#string) to specify destination path to output a
transpiled source. Write only.
- `@type` ... A [string](#string) to specify file type to transpile.
Supported file types are described
[here](#supported-file-types). Write only. (Normally infered
from `@output` and not needed.)
- `@nan` ... A [float](#float) expresses quiet "Not a Number". Read only.
- `@inf` ... A [float](#float) expresses positive infinity. Read only.
- `@true` ... A [boolean](#boolean) expresses true. Read only.
- `@false` ... A [boolean](#boolean) expresses false. Read only.
- `@null` ... A [null](#null) value. Read only.
- `@filetype` ... A [string](#string) to specify file type to transpile.
Supported file types are described
[here](#supported-file-types). Write only. (Normally infered
from `@output` and not needed.)
- `@nan` ... A [float](#float) expresses quiet "Not a Number". Read only.
- `@inf` ... A [float](#float) expresses positive infinity. Read only.
- `@true` ... A [boolean](#boolean) expresses true. Read only.
- `@false` ... A [boolean](#boolean) expresses false. Read only.
- `@null` ... A [null](#null) value. Read only.
Note that these values are file-specific, and independent from the root
scope.
Expand Down

0 comments on commit 2e664bd

Please sign in to comment.