14 lines
322 B
Plaintext
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" |