X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/2c3a5af5748332c3b042b714f31fa595217a5072..fe623377defcfb3a80ce30b2b4c8f62d9999818f:/packages/auctex/context-nl.el?ds=sidebyside diff --git a/packages/auctex/context-nl.el b/packages/auctex/context-nl.el index 9369d0ee3..9ddebe9ab 100644 --- a/packages/auctex/context-nl.el +++ b/packages/auctex/context-nl.el @@ -88,6 +88,12 @@ "voet" "voetnootdefinitie" "voetnoten" "voetteksten" "witruimte") "List of the names of ConTeXt nl interface macro's that setup things.") +;; referencing in ConTeXt +(defvar ConTeXt-referencing-list-nl + '("in" "op" "over" "paginareferentie" "tekstreferentie" "referentie") + "List of ConTeXt en macro's that are used for referencing." +) + (defvar ConTeXt-other-macro-list-nl '("regellinks" "regelmidden" "regelrechts" "toonexternefiguren") "List of ConTeXt nl interface macro's that are not an environment nor a setup.") @@ -138,6 +144,10 @@ :group 'ConTeXt-nl-environment :type 'string) +(defvar ConTeXt-extra-paragraph-commands-nl + '("crlf" "par" "plaats[A-Za-z]+") + "List of ConTeXt macros that should have their own line. +That is, besides the section(-block) commands.") ;; Emacs en menu names and labels should go here ;; to be done