mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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)
|
(abstract_definition)
|
||||||
(struct_definition)
|
(struct_definition)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
|
(short_function_definition)
|
||||||
(assignment)
|
(assignment)
|
||||||
(const_statement)
|
(const_statement)
|
||||||
])
|
])
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
(abstract_definition)
|
(abstract_definition)
|
||||||
(struct_definition)
|
(struct_definition)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
|
(short_function_definition)
|
||||||
(assignment)
|
(assignment)
|
||||||
(const_statement)
|
(const_statement)
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue