Files
licode-develop/docs/docs/languages/_template.mdx
yangxin 9f96998eb8
Some checks failed
CI-build / build (18.x) (push) Has been cancelled
CI-type-checking / type-check (18.x) (push) Has been cancelled
CI-typos / Spell Check (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
livecode代码开发分支
2025-06-11 21:29:36 +08:00

56 lines
759 B
Plaintext

# Template
## Usage
## Language Info
### Name
`name`
### Aliases
### Extensions
### Editor
`script`
## Compiler
### Version
## Code Formatting
## Custom Settings
[Custom settings](../advanced/custom-settings.mdx) added to the property `name` are passed as a JSON object to the `compiler` during compile. Please check the [documentation](#) for full reference.
Please note that custom settings should be valid JSON (i.e. functions are not allowed).
**Example:**
```json title="Custom Settings"
{
"name": {}
}
```
## Helper Methods
## Live Reload
## Limitations
## Example Usage
import LiveCodes from '../../src/components/LiveCodes.tsx';
export const params = {};
<LiveCodes params={params}></LiveCodes>
## Starter Template
## Links