mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(prolog,problog)!: drop support
user removed from github
This commit is contained in:
parent
1971f839b2
commit
ddc93c6793
10 changed files with 0 additions and 95 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -214,8 +214,6 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
|
||||||
[powershell](https://github.com/airbus-cert/tree-sitter-powershell) | unstable | `HFIJL` | @L2jLiga
|
[powershell](https://github.com/airbus-cert/tree-sitter-powershell) | unstable | `HFIJL` | @L2jLiga
|
||||||
[printf](https://github.com/tree-sitter-grammars/tree-sitter-printf) | unstable | `H ` | @ObserverOfTime
|
[printf](https://github.com/tree-sitter-grammars/tree-sitter-printf) | unstable | `H ` | @ObserverOfTime
|
||||||
[prisma](https://github.com/victorhqc/tree-sitter-prisma) | unstable | `HF J ` | @elianiva
|
[prisma](https://github.com/victorhqc/tree-sitter-prisma) | unstable | `HF J ` | @elianiva
|
||||||
[problog](https://github.com/foxyseta/tree-sitter-prolog) | unstable | `HFIJ ` | @foxyseta
|
|
||||||
[prolog](https://github.com/foxyseta/tree-sitter-prolog) | unstable | `HFIJ ` | @foxyseta
|
|
||||||
[promql](https://github.com/MichaHoffmann/tree-sitter-promql) | unstable | `H J ` | @MichaHoffmann
|
[promql](https://github.com/MichaHoffmann/tree-sitter-promql) | unstable | `H J ` | @MichaHoffmann
|
||||||
[properties](https://github.com/tree-sitter-grammars/tree-sitter-properties)[^properties] | unstable | `H JL` | @ObserverOfTime
|
[properties](https://github.com/tree-sitter-grammars/tree-sitter-properties)[^properties] | unstable | `H JL` | @ObserverOfTime
|
||||||
[proto](https://github.com/coder3101/tree-sitter-proto) | unstable | `HFIJ ` | @stefanvanburen
|
[proto](https://github.com/coder3101/tree-sitter-proto) | unstable | `HFIJ ` | @stefanvanburen
|
||||||
|
|
|
||||||
|
|
@ -1663,25 +1663,6 @@ return {
|
||||||
maintainers = { '@elianiva' },
|
maintainers = { '@elianiva' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
},
|
},
|
||||||
problog = {
|
|
||||||
install_info = {
|
|
||||||
location = 'grammars/problog',
|
|
||||||
revision = 'd8d415f6a1cf80ca138524bcc395810b176d40fa',
|
|
||||||
url = 'https://github.com/foxyseta/tree-sitter-prolog',
|
|
||||||
},
|
|
||||||
maintainers = { '@foxyseta' },
|
|
||||||
requires = { 'prolog' },
|
|
||||||
tier = 2,
|
|
||||||
},
|
|
||||||
prolog = {
|
|
||||||
install_info = {
|
|
||||||
location = 'grammars/prolog',
|
|
||||||
revision = 'd8d415f6a1cf80ca138524bcc395810b176d40fa',
|
|
||||||
url = 'https://github.com/foxyseta/tree-sitter-prolog',
|
|
||||||
},
|
|
||||||
maintainers = { '@foxyseta' },
|
|
||||||
tier = 2,
|
|
||||||
},
|
|
||||||
promql = {
|
promql = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '77625d78eebc3ffc44d114a07b2f348dff3061b0',
|
revision = '77625d78eebc3ffc44d114a07b2f348dff3061b0',
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
; inherits: prolog
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
; inherits: prolog
|
|
||||||
|
|
||||||
(probability_label
|
|
||||||
_ @attribute)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
; inherits: prolog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
; inherits: prolog
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
(directive_term)
|
|
||||||
(clause_term)
|
|
||||||
(arg_list)
|
|
||||||
(list_notation)
|
|
||||||
] @fold
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
||||||
(comment) @comment @spell
|
|
||||||
|
|
||||||
(atom) @constant
|
|
||||||
|
|
||||||
((atom) @boolean
|
|
||||||
(#any-of? @boolean "true" "false"))
|
|
||||||
|
|
||||||
(functional_notation
|
|
||||||
function: (atom) @function.call)
|
|
||||||
|
|
||||||
(integer) @number
|
|
||||||
|
|
||||||
(float_number) @number.float
|
|
||||||
|
|
||||||
(directive_head) @operator
|
|
||||||
|
|
||||||
(operator_notation
|
|
||||||
operator: _ @operator)
|
|
||||||
|
|
||||||
[
|
|
||||||
(open)
|
|
||||||
(open_ct)
|
|
||||||
(close)
|
|
||||||
(open_list)
|
|
||||||
"|"
|
|
||||||
(close_list)
|
|
||||||
(open_curly)
|
|
||||||
(close_curly)
|
|
||||||
] @punctuation.bracket
|
|
||||||
|
|
||||||
[
|
|
||||||
(arg_list_separator)
|
|
||||||
(comma)
|
|
||||||
(end)
|
|
||||||
(list_notation_separator)
|
|
||||||
] @punctuation.delimiter
|
|
||||||
|
|
||||||
(operator_notation
|
|
||||||
operator: (semicolon) @punctuation.delimiter)
|
|
||||||
|
|
||||||
(double_quoted_list_notation) @string
|
|
||||||
|
|
||||||
(variable_term) @variable
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
(directive_term) @indent.zero
|
|
||||||
|
|
||||||
(clause_term) @indent.zero
|
|
||||||
|
|
||||||
(functional_notation
|
|
||||||
(atom)
|
|
||||||
(open_ct) @indent.begin
|
|
||||||
(close) @indent.end)
|
|
||||||
|
|
||||||
(list_notation
|
|
||||||
(open_list) @indent.begin
|
|
||||||
(close_list) @indent.end)
|
|
||||||
|
|
||||||
(curly_bracketed_notation
|
|
||||||
(open_curly) @indent.begin
|
|
||||||
(close_curly) @indent.end)
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
((comment) @injection.content
|
|
||||||
(#set! injection.language "comment"))
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue