From 429036317aa67b097fa4a04b8dda5551266b942e Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 3 Aug 2020 21:40:23 -0500 Subject: Lua: highlight function name --- lua/nvim-treesitter/highlight.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/highlight.lua b/lua/nvim-treesitter/highlight.lua index 6058d52c6..1737d526c 100644 --- a/lua/nvim-treesitter/highlight.lua +++ b/lua/nvim-treesitter/highlight.lua @@ -46,6 +46,7 @@ hlmap["repeat"] = "TSRepeat" hlmap["label"] = "TSLabel" hlmap["operator"] = "TSOperator" hlmap["keyword"] = "TSKeyword" +hlmap["keyword.function"] = "TSKeywordFunction" hlmap["exception"] = "TSException" hlmap["type"] = "TSType" -- cgit v1.2.3-70-g09d2