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 9a31a12 commit f99effaCopy full SHA for f99effa
gnuplot-context.el
@@ -296,7 +296,7 @@ name; otherwise continues tokenizing up to the token at point. FIXME."
296
(token
297
(cond
298
((gnuplot-tokenize-by-regexps
299
- ("[A-Za-z_][A-Za-z0-9_]*" name)
+ ("[[:alpha:]_][[:alpha:]0-9_]*" name)
300
("[0-9]+\\(\\.[0-9]*\\)?\\([eE][+-]?[0-9]+\\)?\\|\\.[0-9]+\\([eE][+-]?[0-9]+\\)?" number)
301
(gnuplot-operator-regexp operator)
302
(";" separator)))
0 commit comments