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 0110e18 commit 781e17fCopy full SHA for 781e17f
Elixir.sublime-syntax
@@ -335,13 +335,13 @@ contexts:
335
pop: true
336
- match: '{{module_name}}'
337
scope: entity.name.protocol.elixir
338
- - match: '^\s*(def|defmacro)\s+([a-zA-Z_]\w*(?:!|\?)?)(?:(\()|\s*)'
+ - match: '^\s*(def|defmacro)\s+(\w+(?:!|\?)?)(?:(\()|\s*)'
339
captures:
340
1: keyword.control.module.elixir
341
2: entity.name.function.public.elixir
342
3: punctuation.definition.parameters.elixir
343
push: function_body
344
- - match: '^\s*(defp|defmacrop)\s+([a-zA-Z_]\w*(?:!|\?)?)(?:(\()|\s*)'
+ - match: '^\s*(defp|defmacrop)\s+(\w+(?:!|\?)?)(?:(\()|\s*)'
345
346
347
2: entity.name.function.private.elixir
0 commit comments