Skip to content

Commit 6a9f011

Browse files
committed
add comment
1 parent 2376e3f commit 6a9f011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir_sense/plugins/ecto/query.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ defmodule ElixirSense.Plugins.Ecto.Query do
3030
@join_opts [on: "A query expression or keyword list to filter the join."]
3131

3232
@var_r "[_\p{Ll}\p{Lo}][\p{L}\p{N}_]*[?!]?"
33+
# elixir alias must be ASCII, no need to support unicode here
3334
@mod_r "[A-Z][a-zA-Z0-9_\.]*"
3435
@binding_r "(#{@var_r}) in (#{@mod_r}|assoc\\(\\s*#{@var_r},\\s*\\:#{@var_r}\\s*\\))"
3536

0 commit comments

Comments
 (0)