Re: Is it possible to support a language with Semantic without using Syntax Table?
Eric Ludlam <[email protected]>
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <[email protected]> |
On 12/19/2014 01:12 PM, Tu Do wrote: > Hi Eric, > > As the title suggests, is it possible to add new language support with > Semantic alone, including using Semantic tags for highlighting and > indentation. I also wonder if Syntax Table can support Semantic and vice > versa. Sure. An example would be the texinfo parser which just goes off and parses everything by hand. Of course, all emacs text scanning functions depend on a syntax table, so that is just using some default. I'm not sure if syntax tables are extensible. There are some text scan features that directly use syntax tables that might be extensible with a semantic feature, but I'm not sure what that might be. Eric ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net