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 19, 2023
1 parent e96fa3a commit e4436d9
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 e4436d9

Please sign in to comment.