Skip to content

Commit c8674bf

Browse files
authored
Merge pull request #81 from spacehobo/main
Add AWK support, with multiple dialects.
2 parents 58b9547 + 5ae6cdf commit c8674bf

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)