Closed radixdev closed 6 years ago
Adds Kotlin syntax highlighting for code blocks.
n/a
The Kotlin language can now have syntax highlighting when editing markdown code blocks. This increases readability when editing markdown.
Github supports Kotlin highlighting, see the below.
// Firebase tokens cannot be obtained on the main thread. Thread(Runnable { try { val token = FirebaseInstanceId.getInstance().getToken("<YOUR_SENDER_ID>", "FCM") Appboy.getInstance(applicationContext).registerAppboyPushMessages(token) } catch (e: Exception) { Log.e(TAG, "Exception while registering Firebase token with Braze.", e) } }).start()
I do not foresee any drawbacks to Kotlin language highlighting.
https://github.com/atom/language-gfm/issues/166
Sorry about that @radixdev - just wanted to acknowledge that someone from the team will take a look as soon as they can.
Thank you!
Requirements
Description of the Change
Adds Kotlin syntax highlighting for code blocks.
Alternate Designs
n/a
Benefits
The Kotlin language can now have syntax highlighting when editing markdown code blocks. This increases readability when editing markdown.
Github supports Kotlin highlighting, see the below.
Possible Drawbacks
I do not foresee any drawbacks to Kotlin language highlighting.
Applicable Issues
https://github.com/atom/language-gfm/issues/166