just so you know, language-4dm is for 4D method code (project mode, or METHOD GET CODE with tokens).
it is a "tree-sitter" parser, a relatively new type of syntax highlighting. language-4dtag is for 4D code embedded in XML or HTML. this one is a regular type of parser. (regex based). --- ideally, I should use tree-sitter for both, but I have not found the time to get that done. ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

