mirror of https://github.com/helix-editor/helix
Added more cpp filename extensions
parent
b63afbe74c
commit
1158fc4487
|
@ -64,7 +64,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
name = "cpp"
|
name = "cpp"
|
||||||
scope = "source.cpp"
|
scope = "source.cpp"
|
||||||
injection-regex = "cpp"
|
injection-regex = "cpp"
|
||||||
file-types = ["cc", "cpp", "hpp", "h", "ino"]
|
file-types = ["cc", "hh", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue