summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.tf
Commit message (Collapse)AuthorAgeFilesLines
* Added a new lexer for Terraform files.James Edwards2014-12-271-0/+162
Should hopefully syntax highlight terraform *.tf files. Syntax is similar to json but not identical and it has it's own keywords and lookup functions. More details here: https://www.terraform.io/docs/configuration/index.html