This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-20 12:20:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
dfd4fb330f
nvim-treesitter
/
tests
/
indent
/
nickel
/
indent-newline.ncl
15 lines
113 B
Text
Raw
Normal View
History
Unescape
Escape
feat: add indents.scm for nickel (#4790)
2023-05-12 17:49:39 +00:00
{
key1 = 1,
key2 = [
2
],
key3 = {
key4 = 4
}
}
fix(nickel): wrong indent on line after top level comment (#4792) * fix(nickel): wrong indent on line after top level comment Previous incorrect indentation on line after top level comment: ``` # no indent after this comment { another = 1 } ``` Expected result: ``` # no indent after this comment { another = 1 } ````
2023-05-13 06:03:05 +00:00
# no indent after this line
{
another = 1
}
Reference in a new issue
Copy permalink