Skip to content

Commit

Permalink
antlr4.yaml: Add g4 language
Browse files Browse the repository at this point in the history
Closes coala#27
  • Loading branch information
Dhiraj240 committed Nov 15, 2018
1 parent e0b4e01 commit 6bf87d5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/Language/antlr4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
identifier: antlr4
creation_date: 2017
wikidata: Q295801
full_name: Another Tool For Language Recognition
grammar_file: https://github.com/antlr/grammars-v4/tree/master/antlr4
aliases:
- antlr4
extensions:
- g4
line_continuation:
- backslash
delimiters:
# comment delimiters:
- double_slash
- multiline_slash_star
- multiline_double_slash_star
# string delimiters:
- single_quote_slash_escape
# block delimiters:
- curly_braces
- round_braces
- square_braces
keywords:
- import
- fragment
- lexer
- parser
- grammar
- returns
- locals
- throws
- catch
- finally
- mode
- options
- tokens

0 comments on commit 6bf87d5

Please sign in to comment.