Giter Site home page Giter Site logo

ahk-mode's Introduction

License GPL 3 MELPA MELPA Stable

ahk-mode

An Emacs major mode for editing AutoHotkey scripts (.ahk).

Features

  • Syntax highlighting
  • company-mode and ac-complete compatibility
  • indentation and commenting functionality
  • Documentation lookup capability

Installation

Available on all major package.el community maintained repos - MELPA Stable and MELPA repos.

MELPA Stable is recommended as it has the latest stable version. MELPA has a development snapshot for users who don't mind breakage but don't want to run from a git checkout.

You can install ahk-mode using the following command:

M-x package-install [RET] ahk-mode [RET]

or if you'd rather keep it in your dotfiles:

(unless (package-installed-p 'ahk-mode)
  (package-refresh-contents)
  (package-install 'ahk-mode))

If the installation doesn't work try refreshing the package list:

M-x package-refresh-contents

TODO

  • Improve indentation heuristics.
  • Allow documentation lookup with local chm files.
  • Allow commenting of block using alternate commenting syntax (/* */).

License

Copyright © 2015-2016 Rich Alesi and contributors.

Distributed under the GNU General Public License; type C-h C-c to view it.

ahk-mode's People

Contributors

punassuming avatar bbatsov avatar syohex avatar duianto avatar tarsius avatar mattfidler avatar weissp avatar driftcrow avatar

Watchers

 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.