1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2026-06-08 12:47:44 +02:00

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
+5
View File
@@ -1043,3 +1043,8 @@
-autoindent -autoindent
-syntax terraform -syntax terraform
-c_comment -c_comment
*.tfvars
-autoindent
-syntax terraform
-c_comment
+5
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