We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8420ae commit 04ec97bCopy full SHA for 04ec97b
README.md
@@ -11,7 +11,7 @@ Copy the tf.syntax into your syntax folder `/usr/share/mc/syntax/`, or if you ar
11
12
You need to register new file type in your `Syntax` file, by adding following lines before `unknown` file type
13
14
- file ..\*\\.(tf|tf)$ Terraform
+ file ..\*\\.(tf|tfvars)$ Terraform
15
include tf.syntax
16
17
`Syntax` file usually can be found in `/usr/share/mc/syntax/Syntax` or `$HOME/.config/mc/mcedit/Syntax`
0 commit comments