From c055899dc0739fb48541365dfffda852034438c2 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Tue, 6 Oct 2020 20:03:39 +0200 Subject: feat(queries): modeline mechanism for base langs This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO. --- queries/javascript/highlights.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'queries/javascript/highlights.scm') diff --git a/queries/javascript/highlights.scm b/queries/javascript/highlights.scm index de505366a..0b6504968 100644 --- a/queries/javascript/highlights.scm +++ b/queries/javascript/highlights.scm @@ -1,3 +1,4 @@ +; inherits: (jsx) ; Types ; Javascript -- cgit v1.2.3-70-g09d2