mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Add terraform keywords and .tfvars file extension
This commit is contained in:
parent
c4d380c266
commit
a0f5e7085e
5
ftyperc
5
ftyperc
@ -1043,3 +1043,8 @@
|
||||
-autoindent
|
||||
-syntax terraform
|
||||
-c_comment
|
||||
|
||||
*.tfvars
|
||||
-autoindent
|
||||
-syntax terraform
|
||||
-c_comment
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user