Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tree-sitter-grammars/tree-sitter-properties
Java properties grammar for tree-sitter
https://github.com/tree-sitter-grammars/tree-sitter-properties
parser properties tree-sitter
Last synced: about 2 months ago
JSON representation
Java properties grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/tree-sitter-grammars/tree-sitter-properties
- Owner: tree-sitter-grammars
- License: mit
- Created: 2023-11-21T00:00:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T10:26:20.000Z (3 months ago)
- Last Synced: 2024-11-10T02:28:54.005Z (3 months ago)
- Topics: parser, properties, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-properties
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-properties/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#nvim-treesitter:matrix.org)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-properties)
[![crates][crates]](https://crates.io/crates/tree-sitter-properties)A tree-sitter parser for Java properties files.
## References
* [Properties](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Properties.html#load%28java.io.Reader%29)
* [Property Expressions](https://quarkus.io/guides/config-reference#property-expressions)
* [Property Placeholders](https://docs.spring.io/spring-boot/docs/3.2.x/reference/htmlsingle/#features.external-config.files.property-placeholders)## Editors
- [x] Neovim
- [ ] Helix
- [ ] Emacs
- [ ] Zed[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-properties/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=tree-sitter
[matrix]: https://img.shields.io/matrix/nvim-treesitter%3Amatrix.org?logo=matrix&label=nvim-treesitter
[npm]: https://img.shields.io/npm/v/tree-sitter-properties?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-properties?logo=rust