summaryrefslogtreecommitdiffstats
path: root/categories/src
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-04-12 16:11:01 +0100
committerKornel <kornel@geekhood.net>2019-04-13 22:37:41 +0100
commita6bf14353226c0741bcd7038cd2838e5371a7651 (patch)
tree9b778dd2f60a0055666e0ec90d6a337927f31690 /categories/src
parentb550ae6dabddb08bf2c9696faae6927fcf856cdd (diff)
Hacks for parsing category confusion
Diffstat (limited to 'categories/src')
-rw-r--r--categories/src/categories.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/categories/src/categories.toml b/categories/src/categories.toml
index bcac85b..cfc1277 100644
--- a/categories/src/categories.toml
+++ b/categories/src/categories.toml
@@ -515,8 +515,8 @@ Parse data formats or languages."""
siblings = ["parsing"]
[parsing]
-name = "Parsing tools"
-title = "Parser tooling"
+name = "Parser tooling"
+title = "Parser"
description = """
Low-level, file-format-independent libraries for writing or generating parsers.
"""