mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
commit
283da1a7cc
@ -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
|
||||
|
||||
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