Skip to content

Commit

Permalink
Update mode doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
smoeding committed May 3, 2024
1 parent db7de8c commit cc4de23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions puppet-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Stefan Möding <[email protected]>
;; Version: 0.1.0
;; Created: <2024-03-02 13:05:03 stm>
;; Updated: <2024-05-03 08:34:05 stm>
;; Updated: <2024-05-03 08:56:21 stm>
;; URL: https://github.com/smoeding/puppet-ts-mode
;; Keywords: languages, puppet, tree-sitter
;; Package-Requires: ((emacs "29.1") (cycle-quotes "0.1"))
Expand Down Expand Up @@ -983,10 +983,14 @@ a list of directories that are searched to find installed Puppet
modules.
Calling the function `xref-find-definitions' (bound to \\[xref-find-definitions])
with point on an identifier \(a Puppet class, defined type,
with point on an identifier (a Puppet class, defined type,
custom function or data type) jumps to the definition of that
identifier.
The mode needs a tree-sitter grammar to be able to parse Puppet
code. The grammar matching the package version can be installed
using the function `puppet-ts-mode-install-grammar'.
\\{puppet-ts-mode-map}"
:syntax-table puppet-ts-mode-syntax-table

Expand Down

0 comments on commit cc4de23

Please sign in to comment.