From 0319569f1332641057c3e23d1e3bffb2404435a8 Mon Sep 17 00:00:00 2001 From: jack Date: Wed, 11 Sep 2019 22:31:20 -0700 Subject: [PATCH] bump version to 0.5.3 --- README.md | 1 + dumb-jump.el | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c76f1c..3b355c9 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ There is currently basic support for the following languages: * SML * Scala * Scheme +* SQL * Swift * SystemVerilog * Vala diff --git a/dumb-jump.el b/dumb-jump.el index 713619c..9b75069 100644 --- a/dumb-jump.el +++ b/dumb-jump.el @@ -1,7 +1,7 @@ -;;; dumb-jump.el --- jump to definition for multiple languages without configuration. -*- lexical-binding: t; -*- +;;; dumb-jump.el --- jump to definition for 40+ languages without configuration. -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2019 jack angers ;; Author: jack angers and contributors -;; Version: 0.5.2 +;; Version: 0.5.3 ;; Package-Requires: ((emacs "24.3") (f "0.20.0") (s "1.11.0") (dash "2.9.0") (popup "0.5.3")) ;; Keywords: programming @@ -20,7 +20,7 @@ ;;; Commentary: -;; Dumb Jump is an Emacs "jump to definition" package with support for multiple programming languages that favors +;; Dumb Jump is an Emacs "jump to definition" package with support for 40+ programming languages that favors ;; "just working" over speed or accuracy. This means minimal -- and ideally zero -- configuration with absolutely ;; no stored indexes (TAGS) or persistent background processes. Dumb Jump performs best with The Silver Searcher ;; `ag` or ripgrep `rg` installed. Dumb Jump requires at least GNU Emacs 24.3.