- Notifications
You must be signed in to change notification settings - Fork750
Languages
Carlo Teubner edited this pageJul 30, 2022 ·41 revisions
The programming languages listed on this page have built-in support in kakoune through the use ofrc
files.
This encompass such common operations as highlighting, indenting, tagging, building, debugging…
For a list of linters and formatters that may be used alongside the support languages, refer to theLint andFormat pages, respectively.
- Name: points to the source file of the related kak script.
- Alt File: the script creates an
alt
command to switch between related buffers, for example switching between.c
and.h
files inC. - Linting: linting is available through third-party programs, documented on the given link
- Formatting: automatic formatting is available through third-party programs, documented on the given link
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV