You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[scip-kotlin] Use the correct linguist language alias for Kotlin (#87)
The GitHub-embedded syntax highlighting for markdown uses `linguist` to
detect which language to use. For Kotlin there's no alias `kt` so syntax
highlighting doesn't work. Use 'kotlin' to correctly pick up the
language of the signature blocks.
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/Class.kt
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/CompanionOwner.kt
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/Docstrings.kt
// documentation ```kt\npublic final class Docstrings : snapshots.DocstringSuperclass, java.io.Serializable\n```\n\n----\n\n Example class docstring.
17
+
// documentation ```kotlin\npublic final class Docstrings : snapshots.DocstringSuperclass, java.io.Serializable\n```\n\n----\n\n Example class docstring.
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/Functions.kt
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/Implementations.kt
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/Lambdas.kt
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,33 +3,33 @@ package snapshots
3
3
4
4
val x = arrayListOf<String>().forEachIndexed { i, s ->println("$i$s") }
Copy file name to clipboardExpand all lines: semanticdb-kotlinc/minimized/src/generatedSnapshots/resources/semanticdb-kotlinc/minimized/src/main/kotlin/snapshots/ObjectKt.kt
0 commit comments