@elextr commented on this pull request.


In src/tagmanager/tm_parser.c:

>  static TMParserMapEntry map_ASCIIDOC[] = {
-	{'n', tm_tag_namespace_t},
-	{'m', tm_tag_member_t},
-	{'d', tm_tag_macro_t},
-	{'v', tm_tag_variable_t},
-	{'s', tm_tag_struct_t},
+	{'c', tm_tag_namespace_t},
+	{'s', tm_tag_member_t},
+	{'S', tm_tag_macro_t},
+	{'t', tm_tag_variable_t},
+	{'T', tm_tag_struct_t},
+	{'u', tm_tag_undef_t},
+	{'a', tm_tag_undef_t},

Ok, leave them for now, but they actually worked for me when I mapped them to two random things, though I have deleted that experiment, so I don't know what I used.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.