summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbyt <random.seed@web.de>2024-05-02 17:54:22 +0200
committerGitHub <noreply@github.com>2024-05-02 17:54:22 +0200
commit03fa457595f307e6edb823a3817e876c0d2c3be0 (patch)
tree9785ec8422900da4d90cd7a39e0ef618a2792aef
parent0f358fef909cfa231ca4c01cce963e8469779617 (diff)
Add Max support (#963)
-rw-r--r--README.md1
-rw-r--r--languages.json3
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1da06a3..43e5884 100644
--- a/README.md
+++ b/README.md
@@ -442,6 +442,7 @@ Logtalk
Lua
Lucius
Madlang
+Max
Makefile
Markdown
Meson
diff --git a/languages.json b/languages.json
index c03cfc8..036fcd7 100644
--- a/languages.json
+++ b/languages.json
@@ -916,6 +916,9 @@
"important_syntax": ["```"],
"extensions": ["md", "markdown"]
},
+ "Max": {
+ "extensions": ["maxpat"]
+ },
"Meson": {
"line_comment": ["#"],
"quotes": [["'", "'"], ["'''", "'''"]],