mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
module Markup for marking up subphrases with html tags (or other things). Implemented for Eng and Swe so far.
This commit is contained in:
@@ -5,6 +5,7 @@ concrete LangSwe of Lang =
|
||||
LexiconSwe
|
||||
,ConstructionSwe
|
||||
,DocumentationSwe
|
||||
,MarkupSwe
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
3
lib/src/swedish/MarkupSwe.gf
Normal file
3
lib/src/swedish/MarkupSwe.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../abstract:../common:../scandinavian
|
||||
|
||||
concrete MarkupSwe of Markup = CatSwe, MarkHTMLX ** MarkupScand with (ResScand = ResSwe) ;
|
||||
Reference in New Issue
Block a user