https://github.com/shnarazk/zed-pharo
https://github.com/shnarazk/zed-pharo
pharo tree-sitter zed-extension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shnarazk/zed-pharo
- Owner: shnarazk
- Created: 2025-12-21T02:10:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T02:53:08.000Z (6 months ago)
- Last Synced: 2025-12-29T23:55:15.464Z (6 months ago)
- Topics: pharo, tree-sitter, zed-extension
- Language: Tree-sitter Query
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zed-pharo
A Zed editor extension that provides Pharo/Tonel language support.
## Features
- Syntax highlighting for Pharo/Tonel (`.st`) files
- Uses the [tree-sitter-tonel](https://github.com/shnarazk/tree-sitter-tonel) grammar
- Comment support with Smalltalk-style double quotes
## Installation
This extension can be installed from the Zed extension registry or manually by cloning this repository into your Zed extensions directory.
## File Association
This extension recognizes files with the `.st` extension as Pharo/Tonel files.
## Language Support
- **Grammar**: tree-sitter-tonel
- **File extensions**: `.st`
- **Comment syntax**: `"comment text"`
- **Version**: 0.1.0
## License
See the tree-sitter-tonel repository for grammar license information.