Skip to content

Commit 04ec97b

Browse files
committed
Highlight .tfvars files.
1 parent d8420ae commit 04ec97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Copy the tf.syntax into your syntax folder `/usr/share/mc/syntax/`, or if you ar
1111

1212
You need to register new file type in your `Syntax` file, by adding following lines before `unknown` file type
1313

14-
file ..\*\\.(tf|tf)$ Terraform
14+
file ..\*\\.(tf|tfvars)$ Terraform
1515
include tf.syntax
1616

1717
`Syntax` file usually can be found in `/usr/share/mc/syntax/Syntax` or `$HOME/.config/mc/mcedit/Syntax`

0 commit comments

Comments
 (0)