Skip to content

Commit d6e61c7

Browse files
committed
fix: add v prefix for grammar version
1 parent 4adae9f commit d6e61c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlinx-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
;; Specify the version/tag of the grammar to use
5050
(defcustom netlinx-mode-grammar-version
51-
"1.0.4"
51+
"v1.0.4"
5252
"Version/tag of the tree-sitter NetLinx grammar to use."
5353
:type 'string
5454
:group 'netlinx)

0 commit comments

Comments
 (0)