diff options
author | Blaž Hrastnik | 2021-12-17 07:56:00 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-17 08:04:59 +0000 |
commit | 9c484e88cf522ad76d94195faf2820260cf88624 (patch) | |
tree | efb0da2e8456ad47ab68d7902cc815a400a60dc2 /runtime | |
parent | 78b615529214333d2fb5dcf5626e0162d449cc66 (diff) |
highlights: @include -> @keyword.control.import
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/latex/highlights.scm | 2 | ||||
-rw-r--r-- | runtime/queries/ledger/highlights.scm | 2 | ||||
-rw-r--r-- | runtime/queries/ocaml/highlights.scm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/runtime/queries/latex/highlights.scm b/runtime/queries/latex/highlights.scm index 8406bd04..2e308f77 100644 --- a/runtime/queries/latex/highlights.scm +++ b/runtime/queries/latex/highlights.scm @@ -278,7 +278,7 @@ "\\includeinkscape" "\\usepgflibrary" "\\usetikzlibrary" -] @include +] @keyword.control.import [ "\\part" diff --git a/runtime/queries/ledger/highlights.scm b/runtime/queries/ledger/highlights.scm index bdf5f2db..02a9ea9a 100644 --- a/runtime/queries/ledger/highlights.scm +++ b/runtime/queries/ledger/highlights.scm @@ -12,7 +12,7 @@ ((account) @variable.other.member) ((commodity) @text.literal) -"include" @include +"include" @keyword.local.import [ "account" diff --git a/runtime/queries/ocaml/highlights.scm b/runtime/queries/ocaml/highlights.scm index 15f46cc1..a08b1267 100644 --- a/runtime/queries/ocaml/highlights.scm +++ b/runtime/queries/ocaml/highlights.scm @@ -90,7 +90,7 @@ ["exception" "try"] @keyword.control.exception -["include" "open"] @include +["include" "open"] @keyword.control.import ["for" "to" "downto" "while" "do" "done"] @keyword.control.repeat |