feat(julia): highlight docstrings before short function definitions

This commit is contained in:
Long Wang 2023-07-11 16:00:20 +08:00 committed by Christian Clason
parent 3af1220e18
commit b4b94ec387
2 changed files with 2 additions and 0 deletions

View file

@ -286,6 +286,7 @@
(abstract_definition)
(struct_definition)
(function_definition)
(short_function_definition)
(assignment)
(const_statement)
])

View file

@ -5,6 +5,7 @@
(abstract_definition)
(struct_definition)
(function_definition)
(short_function_definition)
(assignment)
(const_statement)
]