Skip to content

GNU Emacs Major mode for Trading View pine script

License

Notifications You must be signed in to change notification settings

actimem/pine-script-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pine-script-mode Build Status MELPA Stable MELPA

GNU Emacs major-mode for Trading View Pine script.

Update: 6.10.2021: Pine Script Version 5 support will be added over coming weeks.

Install

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))

Example

Here is a buffer displaying the script CM_Pivot_Points_Custom.

Rendered example

The buffer in this image is also using

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

GNU Emacs Major mode for Trading View pine script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 99.3%
  • Makefile 0.7%