Skip to content

Commit

Permalink
add changelog, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdodds committed Mar 30, 2019
1 parent 2241096 commit 5ef0668
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.0 - 2019-03-30
+ Syntax highlighting
+ imenu support
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# poe-lootfilter-mode

Basic support for editing Path of Exile lootfilters.

# Installation

`M-x package-install-file /path/to/poe-lootfilter-mode.el`

# Sections

If you use a special marker syntax to denote sections of your filter, setting `poe-lootfilter-section-regexp` to a regexp of one group matching your markers will enable imenu for your filters.
5 changes: 4 additions & 1 deletion poe-lootfilter-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright 2019 Jeremiah Dodds <[email protected]>

;; Author: Jeremiah Dodds <[email protected]>
;; Version: 0.1
;; Version: 1.0.0
;; Package-Requires: ((emacs "24.3"))
;; URL: https://github.com/jdodds/poe-lootfilter-mode
;; Keywords: languages, games
Expand All @@ -27,6 +27,9 @@

;; Provides basic support for editing Path of Exile lootfilters.

;; Setting `poe-lootfilter-section-regexp' to a regexp of one group that matches
;; your section marker syntax will enable imenu for sections in your filters.

;;; Code:

(defgroup poe-lootfilter nil
Expand Down

0 comments on commit 5ef0668

Please sign in to comment.