We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58b9547 + 5ae6cdf commit c8674bfCopy full SHA for c8674bf
1 file changed
entangled/config/language.py
@@ -23,6 +23,7 @@ class Language(Struct):
23
24
25
languages = [
26
+ Language("AWK", ["awk", "gawk", "mawk", "nawk"], Comment("#")),
27
Language("Bash", ["sh", "bash"], Comment("#")),
28
Language("C", ["c", "cpp", "c++"], Comment("//")),
29
Language("Python", ["python"], Comment("#")),
0 commit comments