mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Fix Python decorators highlighting
As per PR https://github.com/cmur2/joe-syntax/pull/16 from @avli it does: This fixes highlighting of the decorators with arguments. For example, the following code highlighting was broken: ```python @first @second("arg1", "arg2") def my_fun(): pass ```
This commit is contained in:
parent
0406fcbb47
commit
3b413c90d7
@ -35,7 +35,7 @@
|
|||||||
# annotations
|
# annotations
|
||||||
:decorator Decorator
|
:decorator Decorator
|
||||||
* decorator
|
* decorator
|
||||||
" \t\r\n" idle noeat
|
" (\t\r\n" idle noeat
|
||||||
|
|
||||||
:comment Comment
|
:comment Comment
|
||||||
* comment
|
* comment
|
||||||
|
Loading…
Reference in New Issue
Block a user