Skip to content

Commit 5ee0cbb

Browse files
committed
Add task to generate and categorize syntax highlight data
1 parent b04a918 commit 5ee0cbb

File tree

4 files changed

+444
-0
lines changed

4 files changed

+444
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ group :test do
7070
end
7171

7272
group :development, :test do
73+
gem "css_parser", require: false # A pure Ruby CSS parser based on the CSS Syntax Level 3 specification [https://github.com/rgrove/crass]
7374
gem "brakeman", require: false # A static analysis security vulnerability scanner for Ruby on Rails applications [https://github.com/presidentbeef/brakeman]
7475
gem "bundle-audit", require: false # Patch level verification for Bundler [https://github.com/rubysec/bundler-audit]
7576
gem "debug", platforms: %i[mri windows] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ GEM
125125
bigdecimal
126126
rexml
127127
crass (1.0.6)
128+
css_parser (1.17.1)
129+
addressable
128130
cuprite (0.15.1)
129131
capybara (~> 3.0)
130132
ferrum (~> 0.15.0)
@@ -550,6 +552,7 @@ DEPENDENCIES
550552
capybara
551553
color_conversion
552554
commonmarker
555+
css_parser
553556
cuprite
554557
debug
555558
device_detector

0 commit comments

Comments
 (0)