Sublime text Editor: Syntax highlighting hinzufügen

Beispiel Kotlin:

Gehe zu https://github.com/vkostyukov/kotlin-sublime-package,
lade und entpacke die Datei kotlin-sublime-package-master.zip

Im Sublime Text Editor:

  • Go to Preferences > Browse Packages.
  • Drag and drop the two files you downloaded, „kotlin.JSON-tmLanguage“ and „kotlin.tmLanguage“, into that folder and close the window.
  • Go to View > Syntax and select „CS“. Your code should now automatically be highlighted.
  • Comments are closed.