https://github.com/besya/amber.novaextension
Syntax highlighting and code completion for Amber files
https://github.com/besya/amber.novaextension
amber amber-lang nova nova-editor nova-extension
Last synced: 5 months ago
JSON representation
Syntax highlighting and code completion for Amber files
- Host: GitHub
- URL: https://github.com/besya/amber.novaextension
- Owner: besya
- License: mit
- Created: 2025-01-18T18:32:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T22:05:38.000Z (over 1 year ago)
- Last Synced: 2025-06-22T18:05:41.457Z (about 1 year ago)
- Topics: amber, amber-lang, nova, nova-editor, nova-extension
- Language: Scheme
- Homepage: https://extensions.panic.com/extensions/besya/besya.amber/
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Amber
Syntax highlighting and code completion for **Amber** files (.ab) and shebang (#!/usr/bin/env amber) in Nova.

## Language Support
Extension currently supports the following features of Amber:
- Syntax highlighting
- Code completions for:
- Keywords
- Constants
- Types
- Builtins
- User variables
- User functions and arguments
- Standard Library:
- std/array
- std/date
- std/env
- std/fs
- std/http
- std/math
- std/text
Support for:
- LSP
- Formatter/Linter
is planned for a future update.