mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix(hlsplaylist,muttrc,tmux,zathurarc)!: drop support
Upstream removed all generated files from the main branch, so these parsers are no longer installable.
This commit is contained in:
parent
07204cd6ae
commit
78bebef150
10 changed files with 0 additions and 237 deletions
|
|
@ -1,41 +0,0 @@
|
|||
; Comments
|
||||
(comment) @comment @spell
|
||||
|
||||
; General
|
||||
(uri) @string.special.url
|
||||
|
||||
(tag_name) @keyword
|
||||
|
||||
(attribute_name) @attribute
|
||||
|
||||
[
|
||||
(dec)
|
||||
(hex)
|
||||
(resolution)
|
||||
(range)
|
||||
] @number
|
||||
|
||||
(float) @number.float
|
||||
|
||||
(string) @string
|
||||
|
||||
[
|
||||
(enum)
|
||||
(date_time_msec)
|
||||
] @string.special
|
||||
|
||||
(title) @markup.heading
|
||||
|
||||
; Literals
|
||||
[
|
||||
"="
|
||||
"x"
|
||||
"@"
|
||||
] @operator
|
||||
|
||||
[
|
||||
":"
|
||||
","
|
||||
] @punctuation.delimiter
|
||||
|
||||
"#" @punctuation.special
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
; Comments
|
||||
(comment) @comment @spell
|
||||
|
||||
; General
|
||||
(int) @number
|
||||
|
||||
(string) @string
|
||||
|
||||
[
|
||||
(map)
|
||||
(object)
|
||||
(composeobject)
|
||||
(color)
|
||||
(attribute)
|
||||
] @string.special
|
||||
|
||||
(quadoption) @boolean
|
||||
|
||||
(path) @string.special.path
|
||||
|
||||
(regex) @string.regexp
|
||||
|
||||
(option) @variable
|
||||
|
||||
(command_line_option) @variable.builtin
|
||||
|
||||
((option) @variable.builtin
|
||||
(#not-lua-match? @variable.builtin "^my_"))
|
||||
|
||||
(command) @keyword
|
||||
|
||||
(source_directive
|
||||
(command) @keyword.import)
|
||||
|
||||
(uri) @string.special.url
|
||||
|
||||
(key_name) @constant.builtin
|
||||
|
||||
(escape) @string.escape
|
||||
|
||||
(function) @function.call
|
||||
|
||||
; Literals
|
||||
[
|
||||
"<"
|
||||
">"
|
||||
] @punctuation.bracket
|
||||
|
||||
"," @punctuation.delimiter
|
||||
|
||||
[
|
||||
"&"
|
||||
"?"
|
||||
"*"
|
||||
] @character.special
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
((regex) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
((shell) @injection.content
|
||||
(#set! injection.language "bash"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
(comment) @comment @spell
|
||||
|
||||
(string) @string
|
||||
|
||||
(path) @string.special.path
|
||||
|
||||
(int) @number
|
||||
|
||||
[
|
||||
(option)
|
||||
(name)
|
||||
] @variable
|
||||
|
||||
(command_line_option) @variable.builtin
|
||||
|
||||
((option) @variable.builtin
|
||||
(#not-lua-match? @variable.builtin "^@"))
|
||||
|
||||
[
|
||||
(if_keyword)
|
||||
(elif_keyword)
|
||||
(else_keyword)
|
||||
(endif_keyword)
|
||||
] @keyword.conditional
|
||||
|
||||
[
|
||||
(hidden_keyword)
|
||||
(command)
|
||||
] @keyword
|
||||
|
||||
(source_file_directive
|
||||
(command) @keyword.import)
|
||||
|
||||
(hook_name) @attribute
|
||||
|
||||
"=" @operator
|
||||
|
||||
";" @punctuation.delimiter
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
"["
|
||||
"{"
|
||||
] @punctuation.bracket
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
((shell) @injection.content
|
||||
(#set! injection.language "bash"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
; General
|
||||
(path) @string.special.path
|
||||
|
||||
(option) @variable.builtin
|
||||
|
||||
(command) @keyword
|
||||
|
||||
(include_directive
|
||||
(command) @keyword.import)
|
||||
|
||||
(mode_name) @type.builtin
|
||||
|
||||
(key) @constant
|
||||
|
||||
(function) @function.call
|
||||
|
||||
(argument) @variable.parameter
|
||||
|
||||
; Comments
|
||||
(comment) @comment @spell
|
||||
|
||||
; Literals
|
||||
(int) @number
|
||||
|
||||
(float) @number.float
|
||||
|
||||
(string) @string
|
||||
|
||||
(bool) @boolean
|
||||
|
||||
[
|
||||
"<"
|
||||
">"
|
||||
"["
|
||||
"]"
|
||||
] @punctuation.bracket
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
(set_directive
|
||||
(option) @_option
|
||||
(string) @injection.content
|
||||
(#eq? @_option "synctex-editor-command")
|
||||
(#offset! @injection.content 0 1 0 -1)
|
||||
(#set! injection.language "bash"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue