Skip to content

Commit

Permalink
fix(syntax): remove bc lc (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanius committed Dec 18, 2023
1 parent 9d1b89c commit 37d8b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/elixir.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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 37d8b72

Please sign in to comment.