Skip to content

Commit 2ac07f1

Browse files
committed
Merge branch 'master' of https://github.com/williamjoy/grafana
2 parents 5494be4 + 76b517b commit 2ac07f1

File tree

1 file changed

+1
-0
lines changed
  • public/app/plugins/datasource/graphite

1 file changed

+1
-0
lines changed

public/app/plugins/datasource/graphite/lexer.js

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ define([
119119
identifierStartTable[i] =
120120
i >= 48 && i <= 57 || // 0-9
121121
i === 36 || // $
122+
i === 126 || // ~
122123
i >= 65 && i <= 90 || // A-Z
123124
i === 95 || // _
124125
i === 45 || // -

0 commit comments

Comments
 (0)