1. name: Lexer request
    
  2. description: Suggest the addition of a lexer
    
  3. title: "<title>"
    
  4. labels: ["help wanted", "lexer missing"]
    
  5. body:
    
  6.   - type: checkboxes
    
  7.     attributes:
    
  8.       label: Is there an existing issue for this?
    
  9.       description: Please search to see if an issue already exists for the lexer you're requesting.
    
  10.       options:
    
  11.         - label: I have searched the existing issues
    
  12.           required: true
    
  13.   - type: textarea
    
  14.     attributes:
    
  15.       label: What is the missing lexer?
    
  16.       description: |
    
  17.         Please note that lexers are contributed by the community. Your best option is to contribute this yourself.
    
  18. 
    
  19.         Lexers are defined in XML (see the [existing lexers](https://github.com/alecthomas/chroma/tree/master/lexers/embedded) for examples).
    
  20.         You can test your lexer with the Chroma command-line, `chroma --lexer=my-lexer.xml example-file.lang`
    
  21.     validations:
    
  22.       required: true
    
  23.   - type: textarea
    
  24.     attributes:
    
  25.       label: Links to existing syntax definitions
    
  26.       description: |
    
  27.         Provide links to existing syntax definitions in Textmate, etc.
    
  28.     validations:
    
  29.       required: true