Closed lukepistrol closed 2 years ago
Since the highlights.scm for C++ only contains C++ specific language features it must inherit the core features from the C language.
highlights.scm
C++
C
This PR adds an optional property parentQueryURL on CodeLanguage to make this possible.
parentQueryURL
CodeLanguage
The content of both highlights.scm files will be concatenated when creating the query.
Since the
highlights.scm
forC++
only contains C++ specific language features it must inherit the core features from theC
language.This PR adds an optional property
parentQueryURL
onCodeLanguage
to make this possible.The content of both
highlights.scm
files will be concatenated when creating the query.