mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
.h is a perfectly cromulent path extension.
This commit is contained in:
parent
78200a32de
commit
ea90628828
@ -16,6 +16,7 @@ extension String.UTF16View {
|
||||
let languagesByFileExtension: [String:TSLanguage] = [
|
||||
"js": ts_language_javascript(),
|
||||
"c": ts_language_c(),
|
||||
"h": ts_language_c(),
|
||||
]
|
||||
|
||||
let keyedProductions: Set<String> = [ "object" ]
|
||||
|
Loading…
Reference in New Issue
Block a user