mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Merge 46a6b8cfe7
into b8313da5a8
This commit is contained in:
commit
bfff464881
@ -111,6 +111,9 @@
|
|||||||
|
|
||||||
(integer) @constant.numeric.integer
|
(integer) @constant.numeric.integer
|
||||||
(float) @constant.numeric.float
|
(float) @constant.numeric.float
|
||||||
|
(expression_statement (string) @content
|
||||||
|
(#match? @content "^\"\"\"")
|
||||||
|
) @comment.block.documentation
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
(string) @string
|
(string) @string
|
||||||
(escape_sequence) @constant.character.escape
|
(escape_sequence) @constant.character.escape
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
(string_literal)
|
(string_literal)
|
||||||
(raw_string_literal)
|
(raw_string_literal)
|
||||||
] @string
|
] @string
|
||||||
|
(line_comment (doc_comment)) @comment.documentation
|
||||||
|
(block_comment (doc_comment)) @comment.block.documentation
|
||||||
[
|
[
|
||||||
(line_comment)
|
(line_comment)
|
||||||
(block_comment)
|
(block_comment)
|
||||||
|
Loading…
Reference in New Issue
Block a user