Skip to content

Commit

Permalink
antlr3.yaml: Add .g language
Browse files Browse the repository at this point in the history
This adds the specification of antlr3

Closes coala#56
  • Loading branch information
Dhiraj240 committed Feb 2, 2019
1 parent 73bca9b commit 20f04bf
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions data/Language/antlr3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
identifier: antlr3
creation_date: 2008
full_name: Another Tool For Language Recognition
grammar_file: https://github.com/antlr/grammars-v3
aliases:
- antlr3
extensions:
- g
line_continuation:
- backslash
- vertbar
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
- antlr_colon_semicolon
keywords:
- import
- fragment
- lexer
- parser
- grammar
- returns
- locals
- throws
- catch
- finally
- mode
- tokens
- print
- read
- fold
- apply

0 comments on commit 20f04bf

Please sign in to comment.