mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Add HCL
This commit is contained in:
parent
9e10e5f156
commit
8faaaa60c0
@ -76,6 +76,7 @@ There are additional inputs if you want to be able to assign issues to projects.
|
|||||||
* Elixir
|
* Elixir
|
||||||
* Go
|
* Go
|
||||||
* Handlebars
|
* Handlebars
|
||||||
|
* HCL
|
||||||
* HTML
|
* HTML
|
||||||
* Java
|
* Java
|
||||||
* JavaScript
|
* JavaScript
|
||||||
|
|||||||
20
syntax.json
20
syntax.json
@ -529,5 +529,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "HCL",
|
||||||
|
"markers" : [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "#"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "//"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "/*",
|
||||||
|
"end": "*/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user