1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Add a TSLanguage typealias.

This commit is contained in:
Rob Rix 2015-10-29 14:58:07 -04:00
parent d67471524c
commit 4534dd4028

View File

@ -1,6 +1,7 @@
// Copyright © 2015 GitHub. All rights reserved.
typealias TSDocument = COpaquePointer
typealias TSLanguage = COpaquePointer
extension TSNode {
func category(document: TSDocument) throws -> String {