Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
luizzappa committed Apr 16, 2023
1 parent 337413c commit bac7af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const spreadsheetLanguage = language.LRLanguage.define({
highlight.styleTags({
// References
'Reference/...': highlight.tags.color,
'RangeToken!': highlight.tags.tagName,
CellToken: highlight.tags.tagName,
VerticalRangeToken: highlight.tags.tagName,
HorizontalRangeToken: highlight.tags.tagName,
Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const spreadsheetLanguage = LRLanguage.define({
styleTags({
// References
'Reference/...': tags.color,
'RangeToken!': tags.tagName,
CellToken: tags.tagName,
VerticalRangeToken: tags.tagName,
HorizontalRangeToken: tags.tagName,
Expand Down

0 comments on commit bac7af3

Please sign in to comment.