An open API service indexing awesome lists of open source software.

https://github.com/shnarazk/zed-pharo


https://github.com/shnarazk/zed-pharo

pharo tree-sitter zed-extension

Last synced: 2 months ago
JSON representation

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.