Add terraform keywords and .tfvars file extension

This commit is contained in:
cn 2017-05-13 16:57:39 +02:00
parent c4d380c266
commit a0f5e7085e
2 changed files with 10 additions and 0 deletions

View File

@ -1043,3 +1043,8 @@
-autoindent
-syntax terraform
-c_comment
*.tfvars
-autoindent
-syntax terraform
-c_comment

View File

@ -131,10 +131,15 @@ done
:ident Idle
* idle noeat strings
"data" kw
"false" bool
"module" kw
"output" kw
"provider" kw
"resource" kw
"terraform" kw
"true" bool
"variable" kw
done
"a-zA-Z_" ident