mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
fix: multicursor
grammar and not for helix
This commit is contained in:
parent
f5745a5ace
commit
948e50d658
1 changed files with 2 additions and 2 deletions
|
@ -4085,5 +4085,5 @@ injection-regex = "multicursor"
|
|||
file-types = ["multicursor"]
|
||||
|
||||
[[grammar]]
|
||||
name = "helix"
|
||||
source = { git = "https://github.com/nik-rev/tree-sitter-multicursor", rev = "5449de20df54adb3862cec85663ee386ef969fbd" }
|
||||
name = "multicursor"
|
||||
source = { git = "https://github.com/nik-rev/tree-sitter-multicursor", rev = "f6f868ecfe3de2fb2cd815cb40be55493f699a49" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue