mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(julia): highlight docstrings before short function definitions
This commit is contained in:
parent
3af1220e18
commit
b4b94ec387
2 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,7 @@
|
|||
(abstract_definition)
|
||||
(struct_definition)
|
||||
(function_definition)
|
||||
(short_function_definition)
|
||||
(assignment)
|
||||
(const_statement)
|
||||
])
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
(abstract_definition)
|
||||
(struct_definition)
|
||||
(function_definition)
|
||||
(short_function_definition)
|
||||
(assignment)
|
||||
(const_statement)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue