Add names to language plugins

This commit is contained in:
Guldoman
2021-11-21 03:46:43 +01:00
parent a7bbd3d6f7
commit 3176b467ca
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ pcall(require, "plugins.language_c")
local syntax = require "core.syntax"
syntax.add {
name = "C++",
files = {
"%.h$", "%.inl$", "%.cpp$", "%.cc$", "%.C$", "%.cxx$",
"%.c++$", "%.hh$", "%.H$", "%.hxx$", "%.hpp$", "%.h++$"