Skip to content

An Emacs function for highlighting current TOML table name and key

License

Notifications You must be signed in to change notification settings

it-is-wednesday/eldoc-toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eldoc-toml

https://melpa.org/packages/eldoc-toml-badge.svg

An ElDoc function for displaying the parent table of the field at point in a TOML file, along the key name at point. Makes it easier to navigate tables with many fields, where you might have the table’s header or the key name off screen while still navigating its fields.

./screenshot.png

Setup

After installing from melpa:

(add-hook 'conf-toml-mode-hook #'eldoc-toml-mode)

About

An Emacs function for highlighting current TOML table name and key

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published