From 654df49937ee5f938a04300daf970c32d8c07f97 Mon Sep 17 00:00:00 2001 From: Miko <110693261+mikomikotaishi@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:41:32 +0000 Subject: [PATCH] Add .cppm extension --- syntaxes/cpp.tmLanguage.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syntaxes/cpp.tmLanguage.json b/syntaxes/cpp.tmLanguage.json index 86931046..61b91ef8 100644 --- a/syntaxes/cpp.tmLanguage.json +++ b/syntaxes/cpp.tmLanguage.json @@ -10,6 +10,7 @@ "fileTypes": [ "cc", "cpp", + "cppm", "cp", "cxx", "c++", @@ -19999,4 +20000,4 @@ ] } } -} \ No newline at end of file +}