Skip to content

Commit 5fe9e56

Browse files
authored
Add .swig and .swg extension to SWIG (#7480)
* languages: add .swg and .swig as SWIG extensions * SWIG: add .swig and .swg samples code from https://github.com/google/or-tools/tree/main
1 parent ddd7a2b commit 5fe9e56

File tree

3 files changed

+860
-0
lines changed

3 files changed

+860
-0
lines changed

lib/linguist/languages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6814,6 +6814,8 @@ SWIG:
68146814
type: programming
68156815
extensions:
68166816
- ".i"
6817+
- ".swg"
6818+
- ".swig"
68176819
tm_scope: source.c++
68186820
ace_mode: c_cpp
68196821
codemirror_mode: clike

0 commit comments

Comments
 (0)