chore: added inl to cpp config (#12710)
Screenshot: <img width="1027" alt="image" src="https://github.com/zed-industries/zed/assets/19250981/1d35d35c-d31c-4feb-b2ca-a417972fadf6"> Release Notes: - Added `inl` to cpp config ([12605](https://github.com/zed-industries/zed/issues/12605))
This commit is contained in:
parent
4fd698a093
commit
0b75afd322
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@
|
||||||
"ib": "storage",
|
"ib": "storage",
|
||||||
"ico": "image",
|
"ico": "image",
|
||||||
"ini": "settings",
|
"ini": "settings",
|
||||||
|
"inl": "cpp",
|
||||||
"j2k": "image",
|
"j2k": "image",
|
||||||
"java": "java",
|
"java": "java",
|
||||||
"jfif": "image",
|
"jfif": "image",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "C++"
|
name = "C++"
|
||||||
grammar = "cpp"
|
grammar = "cpp"
|
||||||
path_suffixes = ["cc", "hh", "cpp", "h", "hpp", "cxx", "hxx", "c++", "ipp"]
|
path_suffixes = ["cc", "hh", "cpp", "h", "hpp", "cxx", "hxx", "c++", "ipp", "inl"]
|
||||||
line_comments = ["// "]
|
line_comments = ["// "]
|
||||||
autoclose_before = ";:.,=}])>"
|
autoclose_before = ";:.,=}])>"
|
||||||
brackets = [
|
brackets = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue