Skip to content

Commit

Permalink
nickel: single-quote is not a paired delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
vkleen committed May 17, 2023
1 parent 3036263 commit b8722b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,12 @@ comment-token = "#"
language-server = { command = "nls" }
indent = { tab-width = 2, unit = " " }

[language.auto-pairs]
'(' = ')'
'{' = '}'
'[' = ']'
'"' = '"'

[[grammar]]
name = "nickel"
source = { git = "https://github.com/nickel-lang/tree-sitter-nickel", rev = "3a794388773f2424a97b2186828aa3fac4c66ce6" }
Expand Down

0 comments on commit b8722b9

Please sign in to comment.