This commit is contained in:
mdv 2025-06-17 09:41:59 +09:00 committed by GitHub
commit cc9d25808a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
runtime/syntax/env.yaml Normal file
View File

@ -0,0 +1,13 @@
filetype: env
detect:
filename: "\\.(env|envrc)$"
rules:
- special: "."
- type: "[\\w]+="
- statement: "="
- comment:
start: "#"
end: "$"
rules: []