chore: added inl to cpp config (#12710)

Dhairya Nadapara created

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))

Change summary

assets/icons/file_icons/file_types.json | 1 +
crates/languages/src/cpp/config.toml    | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Detailed changes

crates/languages/src/cpp/config.toml 🔗

@@ -1,6 +1,6 @@
 name = "C++"
 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 = ["// "]
 autoclose_before = ";:.,=}])>"
 brackets = [