EpocSquadron / tree-sitter-dotenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree-sitter-dotenv

A grammar for the dotenv files often used in Ruby, PHP, and JavaScript projects following the Hexagonal Architecture patterns.

Status

Early experimentation; does not actually work.

Roadmap

  • Support comments
  • Support simple variables (no interpolation)
  • Support multiline variables
  • Support interpolated variables
  • Support interpolated shell commands
  • Tests

Contributing

This grammar is licensed under MIT, so patches (and forks) are welcome!

About

License:MIT License


Languages

Language:Rust 54.6%Language:JavaScript 24.5%Language:C++ 14.5%Language:Python 6.3%