mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-03 12:48:07 +08:00
Fix module attributes tokenization
This commit is contained in:
parent
143cd5d80f
commit
fdadefae32
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ const ElixirMonarchLanguage = {
|
|||
],
|
||||
[/\@(module|type)?doc false/, "comment.block.documentation"],
|
||||
// Module attributes
|
||||
[/\@@variableName/, "variable"],
|
||||
[/\@(@variableName)/, "variable"],
|
||||
],
|
||||
|
||||
doubleQuotedHeredocDocstring: [
|
||||
|
|
Loading…
Reference in a new issue