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:
Stephan Seitz 2021-03-08 20:14:21 +01:00 committed by Kiyan
parent 606341a139
commit f455980b69

View file

@ -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)