mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
feat(t32): add indent rules (#4782)
This commit is contained in:
parent
102f1b2f55
commit
16cce8df58
11 changed files with 291 additions and 5 deletions
|
|
@ -5,6 +5,11 @@ ENTRY &password
|
|||
; <- keyword
|
||||
; ^ parameter
|
||||
|
||||
ENTRY %LINE &salt
|
||||
; <- keyword
|
||||
; ^ constant.builtin
|
||||
; ^ parameter
|
||||
|
||||
IF "&password"==""
|
||||
; <- conditional
|
||||
; ^ string
|
||||
|
|
|
|||
|
|
@ -27,9 +27,10 @@ List `main`
|
|||
; ^ operator
|
||||
; ^ character
|
||||
|
||||
Data.Set 0xffff800000 0y0011xx01xx&&a
|
||||
; ^ number
|
||||
; ^ operator
|
||||
Data.Set N: 0xffff800000 0y0011xx01xx&&a
|
||||
; ^ number
|
||||
; ^ number
|
||||
; ^ operator
|
||||
|
||||
WinPOS 0% 85% 100% 15%
|
||||
; ^ number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue