Skip to content

Commit

Permalink
Merge pull request #93 from turingbeing/add-hcl-support
Browse files Browse the repository at this point in the history
Add `HCL`
  • Loading branch information
alstr authored Dec 1, 2021
2 parents 9e10e5f + 02e6a4e commit 283da1a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ There are additional inputs if you want to be able to assign issues to projects.
* Elixir
* Go
* Handlebars
* HCL
* HTML
* Java
* JavaScript
Expand Down
20 changes: 20 additions & 0 deletions syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,5 +529,25 @@
}
}
]
},
{
"language": "HCL",
"markers" : [
{
"type": "line",
"pattern": "#"
},
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]

0 comments on commit 283da1a

Please sign in to comment.