All Projects → pd → Yard Mode.el

pd / Yard Mode.el

Emacs minor mode for editing YARD tags

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Yard Mode.el

Danneskjold Theme
Beautiful high-contrast emacs theme
Stars: ✭ 26 (-10.34%)
Mutual labels:  emacs
Suscolors Emacs
Colorful theme for Emacs, Inspired by Gruvbox.
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Nano Emacs
GNU Emacs / N Λ N O - Emacs made simple
Stars: ✭ 872 (+2906.9%)
Mutual labels:  emacs
Perfect Margin
[emacs] auto center emacs windows, work with minimap and/or linum-mode
Stars: ✭ 26 (-10.34%)
Mutual labels:  emacs
Metamorph
Transform your code in turing-complete ways
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Bonjourmadame
Say "Hello ma'am!"
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Org Treescope.el
Provides a time and priority based sparse tree interaction mode
Stars: ✭ 25 (-13.79%)
Mutual labels:  emacs
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+2955.17%)
Mutual labels:  emacs
Dakrone Light Theme
Dakrone's custom light Emacs theme
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Darkmine Theme
Yet another emacs dark color theme
Stars: ✭ 10 (-65.52%)
Mutual labels:  emacs
Kaleidoscope.el
Control Kaleidoscope-powered devices from the comfort of your Emacs.
Stars: ✭ 8 (-72.41%)
Mutual labels:  emacs
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-72.41%)
Mutual labels:  emacs
Shader Mode
Unity shader editing mode for GNU Emacs
Stars: ✭ 10 (-65.52%)
Mutual labels:  emacs
Assess
Test support functions for Emacs
Stars: ✭ 26 (-10.34%)
Mutual labels:  emacs
Magit Cheatsheet
Stars: ✭ 13 (-55.17%)
Mutual labels:  emacs
Emacs Libvterm
Emacs libvterm integration
Stars: ✭ 929 (+3103.45%)
Mutual labels:  emacs
Irony Mode
A C/C++ minor mode for Emacs powered by libclang
Stars: ✭ 851 (+2834.48%)
Mutual labels:  emacs
Hlinum Mode
This library extends linum-mode to highlight current line number.
Stars: ✭ 29 (+0%)
Mutual labels:  emacs
Cfgs
My personal configs
Stars: ✭ 14 (-51.72%)
Mutual labels:  emacs
Doxymacs
Doxymacs is Doxygen + {X}Emacs.
Stars: ✭ 10 (-65.52%)
Mutual labels:  emacs

yard-mode

Build Status Coverage Status

Rudimentary support for fontifying YARD tags and directives in ruby comments.

Example screenshot

Installation

Use MELPA: M-x package-install yard-mode.

Add it to your ruby hook:

(add-hook 'ruby-mode-hook 'yard-mode)

If you would also like eldoc support, so that the expected syntax for the tag beneath your cursor is displayed in the minibuffer, add that hook too:

(add-hook 'ruby-mode-hook 'eldoc-mode)

TODO

  1. Some reasonable means of providing completions.
  2. Tidy up the defcustoms; most could be parsed from yard-tag-docstrings.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].