Add tree-sitter-comment (#1300)

* Add tree-sitter-comment

Fix #1164

* fix precedence in tree-sitter-comment highlights

connects https://github.com/helix-editor/helix/pull/1170

* set injection-regex for comment language

* remove comment filetype

* fix comment injections for neovim-style injections tags

* add comment injections for elixir

* remove f.comment

* fix spacing in .gitmodules

* run 'cargo xtask docgen'

Co-authored-by: Ivan Tham <pickfire@riseup.net>
This commit is contained in:
Michael Davis 2021-12-19 08:56:56 -06:00 committed by GitHub
parent 7c01d92653
commit e72786df8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 66 additions and 10 deletions

View file

@ -0,0 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))