Skip to content

Commit ece766c

Browse files
hazeycodeSchuyler Mortimer
authored and
Schuyler Mortimer
committed
Add .cppm file type to cpp language configuration (helix-editor#7492)
1 parent 871d61d commit ece766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-c", rev = "7175a6dd
342342
name = "cpp"
343343
scope = "source.cpp"
344344
injection-regex = "cpp"
345-
file-types = ["cc", "hh", "c++", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino", "C", "H", "cu", "cuh"]
345+
file-types = ["cc", "hh", "c++", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino", "C", "H", "cu", "cuh", "cppm"]
346346
roots = []
347347
comment-token = "//"
348348
language-servers = [ "clangd" ]

0 commit comments

Comments
 (0)