edits to Spec, still trying to get attributes to send a cue when they aren't spelled correctly. The behavior for element tags works well though. misspelled or unproperly capitalized element tags will appear orange. Correct ones appear blue
Solvaring [09-03-17 - 08:32]
edits to Spec, still trying to get attributes to send a cue when they aren't spelled correctly. The behavior for element tags works well though. misspelled or unproperly capitalized element tags will appear orange. Correct ones appear blue
diff --git a/ZBS_API_Files/ESOAPIXMLPlugin.lua b/ZBS_API_Files/ESOAPIXMLPlugin.lua
index 8819c02..bbf8002 100644
--- a/ZBS_API_Files/ESOAPIXMLPlugin.lua
+++ b/ZBS_API_Files/ESOAPIXMLPlugin.lua
@@ -33597,7 +33597,7 @@ sentinel = {type = "keyword",},
--]]
}
local esoxmlspec = {
- exts = {"xml"},
+ exts = {"xml", "html"},
lexer = wxstc.wxSTC_LEX_XML,
apitype = "xml",
stylingbits = 7,
@@ -33621,7 +33621,7 @@ local esoxmlspec = {
wxstc.wxSTC_H_VALUE,
},
keywords0 = {wxstc.wxSTC_H_TAG}, -- wxstc.wxSTC_H_TAG
- keywords1 = {wxstc.wxSTC_H_SCRIPT,}, -- wxstc.wxSTC_H_SCRIPT, wxstc.wxSTC_HJ_WORD
+ keywords1 = {wxstc.wxSTC_H_ATTRIBUTE,}, -- wxstc.wxSTC_H_SCRIPT, wxstc.wxSTC_HJ_WORD
---[[
keywords2 = {wxstc.wxSTC_H_ATTRIBUTE,}, -- wxstc.wxSTC_H_ATTRIBUTE
keywords3 = {wxstc.wxSTC_LUA_WORD, }, -- wxstc.wxSTC_LUA_WORD