GNU Emacs major-mode for Trading View Pine script.
From MELPA
(use-package pine-script-mode
:ensure t
:pin melpa-stable
:mode (("\\.pine" . pine-script-mode)))
Or manually, after downloading into your load-path
(require 'pine-script-mode)
(add-to-list 'auto-mode-alist '("\\.pine$" . pine-script-mode))
Here is a buffer displaying the script CM_Pivot_Points_Custom.
The buffer in this image is also using
GPL 2 (or higher) © Free Software Foundation, Inc.