From a0f5e7085e0fa5037db966b5b427a22caa81adba Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 13 May 2017 16:57:39 +0200 Subject: [PATCH] Add terraform keywords and .tfvars file extension --- ftyperc | 5 +++++ terraform.jsf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ftyperc b/ftyperc index 74ea491..7cc6dce 100644 --- a/ftyperc +++ b/ftyperc @@ -1043,3 +1043,8 @@ -autoindent -syntax terraform -c_comment + +*.tfvars +-autoindent +-syntax terraform +-c_comment diff --git a/terraform.jsf b/terraform.jsf index 5758550..518a8fb 100644 --- a/terraform.jsf +++ b/terraform.jsf @@ -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