c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / css-attribute-selectors.css
blobb78a7cedc07c16f1199d873b38b63db9eb6d4243
2 body { color: black; }
3 a[href^="http://"] { color: red; }
4 a[href^="https://"] { color: green; }
5 a[lang~=en] { background-color: light-green; }
6 p { color: gray }