mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit][CursorInfo] Add a field for the source language the symbol was originally defined in
Resolves rdar://75446903
This commit is contained in:
@@ -188,6 +188,7 @@ UID_KEYS = [
|
||||
KEY('AnnotatedTypename', 'key.annotated.typename'),
|
||||
KEY('CompileOperation', 'key.compile_operation'),
|
||||
KEY('EffectiveAccess', 'key.effective_access'),
|
||||
KEY('DeclarationLang', 'key.decl_lang'),
|
||||
]
|
||||
|
||||
|
||||
@@ -452,4 +453,6 @@ UID_KINDS = [
|
||||
KIND('SyntaxTreeOff', 'source.syntaxtree.transfer.off'),
|
||||
KIND('SyntaxTreeIncremental', 'source.syntaxtree.transfer.incremental'),
|
||||
KIND('SyntaxTreeFull', 'source.syntaxtree.transfer.full'),
|
||||
KIND('Swift', 'source.lang.swift'),
|
||||
KIND('ObjC', 'source.lang.objc'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user