We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tan()
1 parent 42f7c03 commit 5dda713Copy full SHA for 5dda713
1 file changed
autoload/css_color.vim
@@ -13,6 +13,10 @@ endif
13
14
let s:_invalid = -9999 " used after bounding/wrapping, so this is safe
15
16
+" Add open-parens as a keyword char to avoid coloring function names like tan().
17
+" This is ... not advised; it's unclear what it might break
18
+"syn iskeyword @,40,48-57,_,192-255,-
19
+
20
function! s:bound(n, min, max)
21
let n = a:n
22
if n < a:min | let n = a:min
0 commit comments