这是indexloc提供的服务,不要输入任何密码
Skip to content

Lindydancer/ini-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ini-mode - Major mode for Windows-style ini files

Author: Anders Lindgren
Version: 0.0.8
URL: https://github.com/Lindydancer/ini-mode

Major mode for Windows-style ini files.

Features:

  • Syntax highlight support.
  • Inherits from prog-mode. The effect is that global minor modes that activates themselves in prog-mode buffers automatically work in ini-mode.

Example

Example

Background

There are many implementation of major modes for ini files. This is my attempt of a modern, simple, implementation.

Installation

This package is designed to be installed as a "package". Once installed, it is automatically used when opening files the .ini extension.

Alternatively, you can place the following lines in a suitable initialization file:

    (autoload 'ini-mode "ini-mode" nil t)
    (add-to-list 'auto-mode-alist '("\\.ini\\'" . ini-mode))

Converted from ini-mode.el by el2markdown.

About

Major mode for Windows-style ini files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published