mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Re-add OCaml query that lead to crash before tree-sitter fix
Ref: https://github.com/tree-sitter/tree-sitter/issues/968#issuecomment-792932744
This commit is contained in:
parent
606341a139
commit
f455980b69
1 changed files with 1 additions and 2 deletions
|
|
@ -107,8 +107,7 @@
|
|||
; Punctuation
|
||||
;------------
|
||||
|
||||
;; TODO: this makes nvim segfault: https://github.com/tree-sitter/tree-sitter/issues/968
|
||||
;(attribute ["[@" "]"] @punctuation.special)
|
||||
(attribute ["[@" "]"] @punctuation.special)
|
||||
(item_attribute ["[@@" "]"] @punctuation.special)
|
||||
(floating_attribute ["[@@@" "]"] @punctuation.special)
|
||||
(extension ["[%" "]"] @punctuation.special)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue