mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat: add prolog and problog parser and queries (#6810)
This commit is contained in:
parent
e0d6c7643d
commit
6cd4ce6cab
11 changed files with 100 additions and 0 deletions
1
queries/problog/folds.scm
Normal file
1
queries/problog/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: prolog
|
||||
4
queries/problog/highlights.scm
Normal file
4
queries/problog/highlights.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
; inherits: prolog
|
||||
|
||||
(probability_label
|
||||
_ @attribute)
|
||||
1
queries/problog/indents.scm
Normal file
1
queries/problog/indents.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: prolog
|
||||
1
queries/problog/injections.scm
Normal file
1
queries/problog/injections.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: prolog
|
||||
Loading…
Add table
Add a link
Reference in a new issue