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 2376e3f commit 6a9f011Copy full SHA for 6a9f011
lib/elixir_sense/plugins/ecto/query.ex
@@ -30,6 +30,7 @@ defmodule ElixirSense.Plugins.Ecto.Query do
30
@join_opts [on: "A query expression or keyword list to filter the join."]
31
32
@var_r "[_\p{Ll}\p{Lo}][\p{L}\p{N}_]*[?!]?"
33
+ # elixir alias must be ASCII, no need to support unicode here
34
@mod_r "[A-Z][a-zA-Z0-9_\.]*"
35
@binding_r "(#{@var_r}) in (#{@mod_r}|assoc\\(\\s*#{@var_r},\\s*\\:#{@var_r}\\s*\\))"
36
0 commit comments