mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
add elisp support (#10644)
* add elisp support * update queries for some constants
This commit is contained in:
parent
80e0e98e45
commit
44504b720b
4 changed files with 92 additions and 0 deletions
|
@ -3641,6 +3641,20 @@ language-servers = ["pest-language-server"]
|
|||
name = "pest"
|
||||
source = { git = "https://github.com/pest-parser/tree-sitter-pest", rev = "a8a98a824452b1ec4da7f508386a187a2f234b85" }
|
||||
|
||||
[[language]]
|
||||
name = "elisp"
|
||||
scope = "source.elisp"
|
||||
file-types = ["el"]
|
||||
comment-tokens = [";"]
|
||||
|
||||
[language.auto-pairs]
|
||||
'(' = ')'
|
||||
'"' = '"'
|
||||
|
||||
[[grammar]]
|
||||
name = "elisp"
|
||||
source = { git = "https://github.com/Wilfred/tree-sitter-elisp", rev = "e5524fdccf8c22fc726474a910e4ade976dfc7bb" }
|
||||
|
||||
[[language]]
|
||||
name = "gjs"
|
||||
scope = "source.gjs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue