This commit is contained in:
David Gilmore 2021-11-25 17:48:02 +00:00
parent 9e10e5f156
commit 8faaaa60c0
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -529,5 +529,25 @@
}
}
]
},
{
"language": "HCL",
"markers" : [
{
"type": "line",
"pattern": "#"
},
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/*",
"end": "*/"
}
}
]
}
]