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 -autoindent
-syntax terraform -syntax terraform
-c_comment -c_comment
*.tfvars
-autoindent
-syntax terraform
-c_comment

View File

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