From 638c4741eb154b467ff49f8b32ce10168b63c2ee Mon Sep 17 00:00:00 2001 From: horst5000 Date: Wed, 15 Jun 2022 14:41:41 +0200 Subject: [PATCH] Add CUDA to the list of supported C-like languages. --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index c3e3f718..fb1d9e76 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -31,6 +31,7 @@ local L = { cpp = { M.cxx_l, M.cxx_b }, cs = { M.cxx_l, M.cxx_b }, css = { M.cxx_b, M.cxx_b }, + cuda = { M.cxx_l, M.cxx_b }, dhall = { M.dash, M.haskell_b }, dot = { M.cxx_l, M.cxx_b }, eelixir = { M.html, M.html },