mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-19 07:15:34 -04:00
Merge e6e7cf3e2d
into 5eddf5b85d
This commit is contained in:
commit
cc9d25808a
13
runtime/syntax/env.yaml
Normal file
13
runtime/syntax/env.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
filetype: env
|
||||||
|
|
||||||
|
detect:
|
||||||
|
filename: "\\.(env|envrc)$"
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- special: "."
|
||||||
|
- type: "[\\w]+="
|
||||||
|
- statement: "="
|
||||||
|
- comment:
|
||||||
|
start: "#"
|
||||||
|
end: "$"
|
||||||
|
rules: []
|
Loading…
Reference in New Issue
Block a user