Skip to content

Commit

Permalink
Add output as a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed May 15, 2018
1 parent ca87b1a commit 1ee6cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/terraform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Terraform < Hcl

def self.keywords
@keywords ||= Set.new %w(
terraform module provider variable resource data provisioner
terraform module provider variable resource data provisioner output
)
end

Expand Down

0 comments on commit 1ee6cb3

Please sign in to comment.