Add .cppm file type to cpp language configuration (#7492)
This commit is contained in:
parent
9546e0c0a7
commit
aec1b997dd
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-c", rev = "7175a6dd
|
|||
name = "cpp"
|
||||
scope = "source.cpp"
|
||||
injection-regex = "cpp"
|
||||
file-types = ["cc", "hh", "c++", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino", "C", "H", "cu", "cuh"]
|
||||
file-types = ["cc", "hh", "c++", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino", "C", "H", "cu", "cuh", "cppm"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
language-servers = [ "clangd" ]
|
||||
|
|
Loading…
Reference in a new issue