Skip to content

Commit 203ba62

Browse files
authored
Update pine-script-mode.el
Added lexical-binding to header
1 parent 4425841 commit 203ba62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pine-script-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
;;; pine-script-mode.el --- Major mode for TradingView Pine Script v6
1+
;;; pine-script-mode.el --- Major mode for TradingView Pine Script v6 and older -*- lexical-binding: t; -*-
22
;;
33
;;; Copyright (C) 2018 Free Software Foundation, Inc.
44
;;
55
;;; Author: Eric Crosson <[email protected]>
6-
;; Version: 3.5.3
6+
;; Version: 3.5.4
77
;; Keywords: extensions
88
;; Package-Requires: ((emacs "24"))
99
;; URL: https://github.com/ericcrosson/pine-script-mode
@@ -25,7 +25,7 @@
2525
;;
2626
;;; Commentary:
2727
;;
28-
;; Provides a comprehensive major mode for editing TradingView Pine Script v6 files.
28+
;; Provides a comprehensive major mode for editing TradingView Pine Script v6 and older files.
2929
;; It correctly highlights variables, constants, functions, methods, types,
3030
;; keywords, and annotations based on the v6 syntax.
3131
;;

0 commit comments

Comments
 (0)