Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iscdhcp xml file #778

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Update iscdhcp xml file #778

merged 1 commit into from
Mar 27, 2023

Commits on Mar 27, 2023

  1. Update iscdhcp xml file

    This updates the ISC dhcp XML lexer. It:
    
    - Fixes functions in function by removed the arglist state, this make
      NameFunction tokens work.
    - Adds KeywordType for more words that can open a brace delimited
      section.
    - Remove another set of Keyword so that they become NameVariables
    
    Note on that latter point, from what I could scrape together from the
    dhcp manual pages is that there exist 150+ directives/keywords in that
    syntax, I pondered adding them all, but there lays madness, so sort of
    took the middle ground, in the hopes it is useful enough to other folks
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cc4532c View commit details
    Browse the repository at this point in the history