Skip to content

Commit 01ad453

Browse files
committed
feat: highlight "asyncfunction" var type
1 parent 1082962 commit 01ad453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/dap-view/util/hl.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ M.types_to_hl_group = {
3838
undefined = "Constant",
3939
["nil"] = "Constant",
4040
["function"] = "Function",
41+
asyncfunction = "Function",
4142
}
4243

4344
return M

0 commit comments

Comments
 (0)