Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 509 Bytes

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!