File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
GameScript.VisualStudio/Grammars Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to GameScript will be documented in this file.
44
5+ ## [ 1.4.1]
6+
7+ ### Added
8+ - Constant syntax highlighting (` ^ ` ) in object definition data files
9+
510## [ 1.4.0]
611
712### Added
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <GameScriptVersion >1.4.0 </GameScriptVersion >
3+ <GameScriptVersion >1.4.1 </GameScriptVersion >
44 </PropertyGroup >
55</Project >
Original file line number Diff line number Diff line change 104104
105105 <key >patterns </key >
106106 <array >
107+ <dict >
108+ <key >name </key >
109+ <string >variable.other.constant.objectdef </string >
110+ <key >match </key >
111+ <string >\^[A-Za-z_]\w* </string >
112+ </dict >
107113 <dict >
108114 <key >name </key >
109115 <string >string.unquoted.value.objectdef </string >
You can’t perform that action at this time.
0 commit comments