kakoune/rc
Frank LENORMAND f25e8640b8 base javascript: Tweak variable highlighting
This commit avoids false positives when highlighting literals such as
`$window`, which is a regular variable but still highlighted as a
special value.

Special highlighting of variables that start with a dollar sign `$`
was also removed, as not all variables start with a dollar sign,
and we don't have a reliable way yet to detect variables.
2018-02-17 11:53:56 +03:00
..
base base javascript: Tweak variable highlighting 2018-02-17 11:53:56 +03:00
core Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
extra clang.kak: workaround OSX awk strange parsing of bracket expressions 2018-02-07 19:40:45 +11:00