mirror of
https://github.com/encounter/sjiswrap.git
synced 2025-07-07 13:46:03 +00:00
Add support for .inc file extension (#2)
This commit is contained in:
parent
9120080eb5
commit
f81d6e1a15
@ -18,6 +18,7 @@ Encoded file extensions:
|
||||
- `.hp`
|
||||
- `.hpp`
|
||||
- `.hxx`
|
||||
- `.inc`
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -59,6 +59,7 @@ fn is_text_file(path: &Path) -> bool {
|
||||
|| ext == OsStr::new("hp")
|
||||
|| ext == OsStr::new("hpp")
|
||||
|| ext == OsStr::new("hxx")
|
||||
|| ext == OsStr::new("inc")
|
||||
}
|
||||
|
||||
macro_rules! debug_println {
|
||||
|
Loading…
x
Reference in New Issue
Block a user