mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
7 lines
123 B
Swift
7 lines
123 B
Swift
import Cocoa
|
|
import Doubt
|
|
|
|
|
|
let document = ts_document_make()
|
|
ts_document_set_language(document, ts_language_javascript())
|