Skip to content

Commit

Permalink
bc and lc are not keywords since at least 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jun 14, 2023
1 parent 16e236e commit bc30521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/elixir.json
Expand Up @@ -162,7 +162,7 @@
"name": "constant.language.symbol.elixir"
},
{
"match": "(?<!\\.)\\b(do|end|case|bc|lc|for|if|cond|with|unless|try|receive|fn|defmodule|defprotocol|defimpl|defrecordp?|defstruct|defcallback|defexception|defoverridable|defguardp?|exit|after|rescue|catch|else|raise|throw|quote|unquote|unquote_splicing|super|when|and|or|not|in)\\b(?![?!])",
"match": "(?<!\\.)\\b(do|end|case|for|if|cond|with|unless|try|receive|fn|defmodule|defprotocol|defimpl|defrecordp?|defstruct|defcallback|defexception|defoverridable|defguardp?|exit|after|rescue|catch|else|raise|throw|quote|unquote|unquote_splicing|super|when|and|or|not|in)\\b(?![?!])",
"name": "keyword.control.elixir"
},
{
Expand Down

0 comments on commit bc30521

Please sign in to comment.