1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00
No description
Find a file
Henrik Hautakoski d0b54d61aa Update grammar to correctly produce value token
Problem was before that for example the input [0x000KKK] would produce a
hexadecimal and a value token (for the respective parts)

However, the more correct way is to have the whole input identified as a
value token. basicly if the whole input between "=" and a special
"end-of-assignment" token can't be identified as a string,bool,integer
whatever. it should be identified as a value token.
2024-12-12 10:55:11 +01:00
bindings Initial Commit 2024-12-10 19:51:21 +01:00
src Update grammar to correctly produce value token 2024-12-12 10:55:11 +01:00
test/corpus Update grammar to correctly produce value token 2024-12-12 10:55:11 +01:00
.editorconfig Initial Commit 2024-12-10 19:51:21 +01:00
.gitattributes Initial Commit 2024-12-10 19:51:21 +01:00
.gitignore Initial Commit 2024-12-10 19:51:21 +01:00
binding.gyp Initial Commit 2024-12-10 19:51:21 +01:00
Cargo.toml Initial Commit 2024-12-10 19:51:21 +01:00
go.mod Initial Commit 2024-12-10 19:51:21 +01:00
grammar.js Update grammar to correctly produce value token 2024-12-12 10:55:11 +01:00
LICENSE adding license and readme 2024-12-11 11:53:53 +01:00
Makefile Initial Commit 2024-12-10 19:51:21 +01:00
package-lock.json Initial Commit 2024-12-10 19:51:21 +01:00
package.json Initial Commit 2024-12-10 19:51:21 +01:00
Package.swift Initial Commit 2024-12-10 19:51:21 +01:00
pyproject.toml Initial Commit 2024-12-10 19:51:21 +01:00
README.md adding license and readme 2024-12-11 11:53:53 +01:00
setup.py Initial Commit 2024-12-10 19:51:21 +01:00

tree-sitter-dotenv

tree-sitter grammar for dotenv

Author

Henrik Hautakoski henrik.hautakoski@gmail.com