We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb88aa6 commit f41ad74Copy full SHA for f41ad74
pine-script-mode.el
@@ -53,6 +53,8 @@
53
(defvar pine-script-font-lock-keywords
54
`(("$$(\\s *\\w+\\s *)" (0 font-lock-function-name-face t))
55
("$$\\[\\s *\\w+\\s *\\]" (0 font-lock-function-name-face t))
56
+ (,(regexp-opt '("and" "else" "false" "for" "if" "not" "or" "true" "var" "varip") `words)
57
+ (0 font-lock-keyword-face))
58
(,(regexp-opt '("accdist" "adjustment.dividends" "adjustment.none" "adjustment.splits"
59
"alert.freq_all" "alert.freq_once_per_bar" "alert.freq_once_per_bar_close"
60
"bar_index" "barmerge.gaps_off" "barmerge.gaps_on" "barmerge.lookahead_off"
0 commit comments