Skip to content

atomrc/kakoune-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

kakoune-typescript

typescript support for kakoune

typescript demo

Install

clone this repo (or simply copy the typescript.kak file) and then

mv typescript.kak ~/.config/kak/autoload/typescript.kak

Open a .ts file, and you are good to go

Possible improvements

  • handle tuples declarations ([e1, e2]: [T1, T2])
  • handle higher order functions (last line of the screenshot)

I think there is a better way to detect arrow functions. If anyone is inspired, PR are welcomed ;)

Inspiration

This file is heavily inspired from the original javascript.kak in the kakoune's repo

About

Typescript support for kakoune

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published