Add .pc and .sc extensions

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2021-03-21 18:03:37 -04:00
parent 9a181d4103
commit 8f3b3c33fa
1 changed files with 2 additions and 0 deletions

View File

@ -1828,6 +1828,8 @@ c_extensions = {
'.CC': 1,
'.c++': 1, # C++.
'.pcc': 1, # Oracle C++
'.pc': 1, # Oracle SQL-embedded C
'.sc': 1, # Oracle Pro*C pre-compiler
'.hpp': 1,
'.H': 1, # .h - usually C++.
}