ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/source-highlight/css.lang

14 lines
322 B
Plaintext

# language definition for css style sheets
include "c_comment.lang"
selector = '(\.|#)[[:word:]]+'
state cbracket delim "{" "}" multiline begin
include "c_comment.lang"
property = '[[:word:]-]+[[:blank:]]*:'
value = '[.%[:word:]-]+'
string = '#([[:word:]]+)'
end
include "symbols.lang"