diff options
author | Kirawi | 2024-01-09 00:56:51 +0000 |
---|---|---|
committer | GitHub | 2024-01-09 00:56:51 +0000 |
commit | 7af78c7788eb0ab711df812fcdba44fc8742d7ca (patch) | |
tree | ead68e32d1ae7121f4c523151710903164c503e8 /runtime/queries | |
parent | 48c49f02278712f20235f3ba3912fba9e55b8ebb (diff) |
update comment grammar (#9253)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/comment/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/comment/highlights.scm b/runtime/queries/comment/highlights.scm index 9583f9c5..4cefcdf7 100644 --- a/runtime/queries/comment/highlights.scm +++ b/runtime/queries/comment/highlights.scm @@ -44,3 +44,5 @@ ; User mention (@user) ("text" @tag (#match? @tag "^[@][a-zA-Z0-9_-]+$")) + +(uri) @markup.link.url |