Skip to content

Commit f2806e5

Browse files
committed
antlr3.yaml: Add .g language
This adds the specification of antlr3 Closes coala#56
1 parent 9b62d85 commit f2806e5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

data/Language/antlr3.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
identifier: antlr3
2+
creation_date: 2008
3+
full_name: Another Tool For Language Recognition
4+
grammar_file: https://github.com/antlr/grammars-v3
5+
aliases:
6+
- antlr3
7+
extensions:
8+
- g
9+
line_continuation:
10+
- backslash
11+
- vertbar
12+
delimiters:
13+
# comment delimiters:
14+
- double_slash
15+
- multiline_slash_star
16+
- multiline_double_slash_star
17+
# string delimiters:
18+
- single_quote_slash_escape
19+
# block delimiters:
20+
- curly_braces
21+
- round_braces
22+
- square_braces
23+
- antlr_colon_semicolon
24+
keywords:
25+
- import
26+
- fragment
27+
- lexer
28+
- parser
29+
- grammar
30+
- returns
31+
- locals
32+
- throws
33+
- catch
34+
- finally
35+
- mode
36+
- tokens
37+
- print
38+
- read
39+
- fold
40+
- apply

0 commit comments

Comments
 (0)