GithubHelp home page GithubHelp logo

tiancheng-luo / bmx-mode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from josteink/bmx-mode

0.0 1.0 0.0 71 KB

Action-paced Windows Batch-file editing, powered by GNU Emacs!

License: GNU General Public License v2.0

Emacs Lisp 94.16% Batchfile 4.74% Makefile 1.11%

bmx-mode's Introduction

bmx-mode

CI

logo

Action-paced Windows Batch-file editing, powered by GNU Emacs!

Batch Mode eXtras, or bmx for short is an Emacs-package which aims to extend Emacs' built in bat-mode, to improve editing of Windows Batch-files.

Features

The following features are currently provided:

  • Code-completion for labels and environment-variables based on company-mode (C-.).
  • Seamless code-navigation using established Emacs-conventions (M-, and M-.).
  • Looking up references to any symbol (Shift-f12).
  • Renaming of code-symbols (C-c C-r).
  • Fixup file to use consistent casing and syntax for all variables and labels (C-c C-f).

Installation

bmx-mode is packaged and available from MELPA. Install it the usual way:

M-x package-install<RET>bmx-mode<RET>

Configuration/Customization

Install it and plug it into your .emacs and you should be done:

(require 'bmx-mode)
(bmx-mode-setup-defaults)

or use use-package:

(use-package bmx-mode
    :config (bmx-mode-setup-defaults))

No further configuration should be needed to work properly.

That said the following aspects can be customized using standard Emacs-customization (M-x customize-group<RET>bmx-mode).

  • Toggle completion of system-variables (default off)

Status

While fully usable, this mode is currently under development and there may be bugs.

If so feel free to report them, or even better: Provide PRs!

bmx-mode's People

Contributors

josteink avatar seagle0128 avatar lebensterben avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.