diff options
| author | ruki <[email protected]> | 2024-07-22 09:22:30 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-22 09:22:30 +0800 |
| commit | 4c1f120cacbbc3043e7b9cbf71a34d2186064958 (patch) | |
| tree | 4fa391b5abde2f2665e7f4e098bfa00f00de820d | |
| parent | 2412ed94e70b00b0c2f3bd8c4553828efd458b1b (diff) | |
| parent | 03d58ccd262867df66c70bb91ac3dbed4ce77add (diff) | |
Merge pull request #5371 from Arthapz/add-github-c++-modules-syntax
add .gitattributes to enable syntax coloration on module files
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b29e95352 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mpp linguist-language=C++ +*.cppm linguist-language=C++ +*.ixx linguist-language=C++ |
