Add terraform keywords and .tfvars file extension

Este commit está contenido en:
cn 2017-05-13 16:57:39 +02:00
padre c4d380c266
commit a0f5e7085e
Se han modificado 2 ficheros con 10 adiciones y 0 borrados

Ver fichero

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

Ver fichero

@ -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