Skip to content

Commit 5ae6cdf

Browse files
author
Nick Moffitt
committed
Add AWK support, with multiple dialects.
1 parent 58b9547 commit 5ae6cdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entangled/config/language.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Language(Struct):
2323

2424

2525
languages = [
26+
Language("AWK", ["awk", "gawk", "mawk", "nawk"], Comment("#")),
2627
Language("Bash", ["sh", "bash"], Comment("#")),
2728
Language("C", ["c", "cpp", "c++"], Comment("//")),
2829
Language("Python", ["python"], Comment("#")),

0 commit comments

Comments
 (0)