Skip to content

Commit 861d991

Browse files
rgreenjrkeathley
authored andcommitted
Add "and", "or", and "not" to the list of highlighted keywords (#94)
1 parent f740e4d commit 861d991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/elixir.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
'name': 'constant.other.symbol.elixir'
111111
}
112112
{
113-
'match': '(?<!\\.)\\b(do|end|case|bc|lc|for|if|cond|with|unless|try|receive|fn|defmodule|defprotocol|defimpl|defrecordp?|defstruct|defdelegate|defcallback|defexception|defoverridable|exit|after|rescue|catch|else|raise|throw|quote|unquote|super|when)\\b(?![?!])'
113+
'match': '(?<!\\.)\\b(do|end|case|bc|lc|for|if|cond|with|unless|try|receive|fn|defmodule|defprotocol|defimpl|defrecordp?|defstruct|defdelegate|defcallback|defexception|defoverridable|exit|after|rescue|catch|else|raise|throw|quote|unquote|super|when|and|or|not)\\b(?![?!])'
114114
'name': 'keyword.control.elixir'
115115
}
116116
{

0 commit comments

Comments
 (0)