123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- CSS classes reference
- =====================
- Stylable classes
- ----------------
- +------------------------------------------------------------------------------+
- | **General-purpose** |
- +--------------------------+---------------------------------------------------+
- | keyword | keyword in a regular Algol-style language |
- +--------------------------+---------------------------------------------------+
- | built_in | built-in or library object (constant, class, |
- | | function) |
- +--------------------------+---------------------------------------------------+
- | type | user-defined type in a language with first-class |
- | | syntactically significant types, like Haskell |
- +--------------------------+---------------------------------------------------+
- | literal | special identifier for a built-in value ("true", |
- | | "false", "null") |
- +--------------------------+---------------------------------------------------+
- | number | number, including units and modifiers, if any. |
- +--------------------------+---------------------------------------------------+
- | regexp | literal regular expression |
- +--------------------------+---------------------------------------------------+
- | string | literal string, character |
- +--------------------------+---------------------------------------------------+
- | subst | parsed section inside a literal string |
- +--------------------------+---------------------------------------------------+
- | symbol | symbolic constant, interned string, goto label |
- +--------------------------+---------------------------------------------------+
- | class | class or class-level declaration (interfaces, |
- | | traits, modules, etc) |
- +--------------------------+---------------------------------------------------+
- | function | function or method declaration |
- +--------------------------+---------------------------------------------------+
- | title | name of a class or a function at the place of |
- | | declaration |
- +--------------------------+---------------------------------------------------+
- | params | block of function arguments (parameters) at the |
- | | place of declaration |
- +--------------------------+---------------------------------------------------+
- | **Meta** |
- +--------------------------+---------------------------------------------------+
- | comment | comment |
- +--------------------------+---------------------------------------------------+
- | doctag | documentation markup within comments |
- +--------------------------+---------------------------------------------------+
- | meta | flags, modifiers, annotations, processing |
- | | instructions, preprocessor directive, etc |
- +--------------------------+---------------------------------------------------+
- | meta-keyword | keyword or built-in within meta construct |
- +--------------------------+---------------------------------------------------+
- | meta-string | string within meta construct |
- +--------------------------+---------------------------------------------------+
- | **Tags, attributes, configs** |
- +--------------------------+---------------------------------------------------+
- | section | heading of a section in a config file, heading in |
- | | text markup |
- +--------------------------+---------------------------------------------------+
- | tag | XML/HTML tag |
- +--------------------------+---------------------------------------------------+
- | name | name of an XML tag, the first word in an |
- | | s-expression |
- +--------------------------+---------------------------------------------------+
- | builtin-name | s-expression name from the language standard |
- | | library |
- +--------------------------+---------------------------------------------------+
- | attr | name of an attribute with no language defined |
- | | semantics (keys in JSON, setting names in .ini), |
- | | also sub-attribute within another highlighted |
- | | object, like XML tag |
- +--------------------------+---------------------------------------------------+
- | attribute | name of an attribute followed by a structured |
- | | value part, like CSS properties |
- +--------------------------+---------------------------------------------------+
- | variable | variable in a config or a template file, |
- | | environment var expansion in a script |
- +--------------------------+---------------------------------------------------+
- | **Markup** |
- +--------------------------+---------------------------------------------------+
- | bullet | list item bullet in text markup |
- +--------------------------+---------------------------------------------------+
- | code | code block in text markup |
- +--------------------------+---------------------------------------------------+
- | emphasis | emphasis in text markup |
- +--------------------------+---------------------------------------------------+
- | strong | strong emphasis in text markup |
- +--------------------------+---------------------------------------------------+
- | formula | mathematical formula in text markup |
- +--------------------------+---------------------------------------------------+
- | link | hyperlink in text markup |
- +--------------------------+---------------------------------------------------+
- | quote | quotation in text markup |
- +--------------------------+---------------------------------------------------+
- | **CSS** |
- +--------------------------+---------------------------------------------------+
- | selector-tag | tag selector in CSS |
- +--------------------------+---------------------------------------------------+
- | selector-id | #id selector in CSS |
- +--------------------------+---------------------------------------------------+
- | selector-class | .class selector in CSS |
- +--------------------------+---------------------------------------------------+
- | selector-attr | [attr] selector in CSS |
- +--------------------------+---------------------------------------------------+
- | selector-pseudo | :pseudo selector in CSS |
- +--------------------------+---------------------------------------------------+
- | **Templates** |
- +--------------------------+---------------------------------------------------+
- | template-tag | tag of a template language |
- +--------------------------+---------------------------------------------------+
- | template-variable | variable in a template language |
- +--------------------------+---------------------------------------------------+
- | **diff** |
- +--------------------------+---------------------------------------------------+
- | addition | added or changed line in a diff |
- +--------------------------+---------------------------------------------------+
- | deletion | deleted line in a diff |
- +--------------------------+---------------------------------------------------+
- Language names and aliases
- --------------------------
- +-------------------------+---------------------------------------------------+
- | 1C | 1c |
- +-------------------------+---------------------------------------------------+
- | ABNF | abnf |
- +-------------------------+---------------------------------------------------+
- | Access logs | accesslog |
- +-------------------------+---------------------------------------------------+
- | Ada | ada |
- +-------------------------+---------------------------------------------------+
- | ARM assembler | armasm, arm |
- +-------------------------+---------------------------------------------------+
- | AVR assembler | avrasm |
- +-------------------------+---------------------------------------------------+
- | ActionScript | actionscript, as |
- +-------------------------+---------------------------------------------------+
- | Apache | apache, apacheconf |
- +-------------------------+---------------------------------------------------+
- | AppleScript | applescript, osascript |
- +-------------------------+---------------------------------------------------+
- | AsciiDoc | asciidoc, adoc |
- +-------------------------+---------------------------------------------------+
- | AspectJ | aspectj |
- +-------------------------+---------------------------------------------------+
- | AutoHotkey | autohotkey |
- +-------------------------+---------------------------------------------------+
- | AutoIt | autoit |
- +-------------------------+---------------------------------------------------+
- | Awk | awk, mawk, nawk, gawk |
- +-------------------------+---------------------------------------------------+
- | Axapta | axapta |
- +-------------------------+---------------------------------------------------+
- | Bash | bash, sh, zsh |
- +-------------------------+---------------------------------------------------+
- | Basic | basic |
- +-------------------------+---------------------------------------------------+
- | BNF | bnf |
- +-------------------------+---------------------------------------------------+
- | Brainfuck | brainfuck, bf |
- +-------------------------+---------------------------------------------------+
- | C# | cs, csharp |
- +-------------------------+---------------------------------------------------+
- | C++ | cpp, c, cc, h, c++, h++, hpp |
- +-------------------------+---------------------------------------------------+
- | C/AL | cal |
- +-------------------------+---------------------------------------------------+
- | Cache Object Script | cos, cls |
- +-------------------------+---------------------------------------------------+
- | CMake | cmake, cmake.in |
- +-------------------------+---------------------------------------------------+
- | Coq | coq |
- +-------------------------+---------------------------------------------------+
- | CSP | csp |
- +-------------------------+---------------------------------------------------+
- | CSS | css |
- +-------------------------+---------------------------------------------------+
- | Cap’n Proto | capnproto, capnp |
- +-------------------------+---------------------------------------------------+
- | Clojure | clojure, clj |
- +-------------------------+---------------------------------------------------+
- | CoffeeScript | coffeescript, coffee, cson, iced |
- +-------------------------+---------------------------------------------------+
- | Crmsh | crmsh, crm, pcmk |
- +-------------------------+---------------------------------------------------+
- | Crystal | crystal, cr |
- +-------------------------+---------------------------------------------------+
- | D | d |
- +-------------------------+---------------------------------------------------+
- | DNS Zone file | dns, zone, bind |
- +-------------------------+---------------------------------------------------+
- | DOS | dos, bat, cmd |
- +-------------------------+---------------------------------------------------+
- | Dart | dart |
- +-------------------------+---------------------------------------------------+
- | Delphi | delphi, dpr, dfm, pas, pascal, freepascal, |
- | | lazarus, lpr, lfm |
- +-------------------------+---------------------------------------------------+
- | Diff | diff, patch |
- +-------------------------+---------------------------------------------------+
- | Django | django, jinja |
- +-------------------------+---------------------------------------------------+
- | Dockerfile | dockerfile, docker |
- +-------------------------+---------------------------------------------------+
- | dsconfig | dsconfig |
- +-------------------------+---------------------------------------------------+
- | DTS (Device Tree) | dts |
- +-------------------------+---------------------------------------------------+
- | Dust | dust, dst |
- +-------------------------+---------------------------------------------------+
- | EBNF | ebnf |
- +-------------------------+---------------------------------------------------+
- | Elixir | elixir |
- +-------------------------+---------------------------------------------------+
- | Elm | elm |
- +-------------------------+---------------------------------------------------+
- | Erlang | erlang, erl |
- +-------------------------+---------------------------------------------------+
- | Excel | excel, xls, xlsx |
- +-------------------------+---------------------------------------------------+
- | F# | fsharp, fs |
- +-------------------------+---------------------------------------------------+
- | FIX | fix |
- +-------------------------+---------------------------------------------------+
- | Fortran | fortran, f90, f95 |
- +-------------------------+---------------------------------------------------+
- | G-Code | gcode, nc |
- +-------------------------+---------------------------------------------------+
- | Gams | gams, gms |
- +-------------------------+---------------------------------------------------+
- | GAUSS | gauss, gss |
- +-------------------------+---------------------------------------------------+
- | Gherkin | gherkin |
- +-------------------------+---------------------------------------------------+
- | Go | go, golang |
- +-------------------------+---------------------------------------------------+
- | Golo | golo, gololang |
- +-------------------------+---------------------------------------------------+
- | Gradle | gradle |
- +-------------------------+---------------------------------------------------+
- | Groovy | groovy |
- +-------------------------+---------------------------------------------------+
- | HTML, XML | xml, html, xhtml, rss, atom, xjb, xsd, xsl, plist |
- +-------------------------+---------------------------------------------------+
- | HTTP | http, https |
- +-------------------------+---------------------------------------------------+
- | Haml | haml |
- +-------------------------+---------------------------------------------------+
- | Handlebars | handlebars, hbs, html.hbs, html.handlebars |
- +-------------------------+---------------------------------------------------+
- | Haskell | haskell, hs |
- +-------------------------+---------------------------------------------------+
- | Haxe | haxe, hx |
- +-------------------------+---------------------------------------------------+
- | Hy | hy, hylang |
- +-------------------------+---------------------------------------------------+
- | Ini | ini |
- +-------------------------+---------------------------------------------------+
- | Inform7 | inform7, i7 |
- +-------------------------+---------------------------------------------------+
- | IRPF90 | irpf90 |
- +-------------------------+---------------------------------------------------+
- | JSON | json |
- +-------------------------+---------------------------------------------------+
- | Java | java, jsp |
- +-------------------------+---------------------------------------------------+
- | JavaScript | javascript, js, jsx |
- +-------------------------+---------------------------------------------------+
- | Leaf | leaf |
- +-------------------------+---------------------------------------------------+
- | Lasso | lasso, ls, lassoscript |
- +-------------------------+---------------------------------------------------+
- | Less | less |
- +-------------------------+---------------------------------------------------+
- | LDIF | ldif |
- +-------------------------+---------------------------------------------------+
- | Lisp | lisp |
- +-------------------------+---------------------------------------------------+
- | LiveCode Server | livecodeserver |
- +-------------------------+---------------------------------------------------+
- | LiveScript | livescript, ls |
- +-------------------------+---------------------------------------------------+
- | Lua | lua |
- +-------------------------+---------------------------------------------------+
- | Makefile | makefile, mk, mak |
- +-------------------------+---------------------------------------------------+
- | Markdown | markdown, md, mkdown, mkd |
- +-------------------------+---------------------------------------------------+
- | Mathematica | mathematica, mma |
- +-------------------------+---------------------------------------------------+
- | Matlab | matlab |
- +-------------------------+---------------------------------------------------+
- | Maxima | maxima |
- +-------------------------+---------------------------------------------------+
- | Maya Embedded Language | mel |
- +-------------------------+---------------------------------------------------+
- | Mercury | mercury |
- +-------------------------+---------------------------------------------------+
- | Mizar | mizar |
- +-------------------------+---------------------------------------------------+
- | Mojolicious | mojolicious |
- +-------------------------+---------------------------------------------------+
- | Monkey | monkey |
- +-------------------------+---------------------------------------------------+
- | Moonscript | moonscript, moon |
- +-------------------------+---------------------------------------------------+
- | N1QL | n1ql |
- +-------------------------+---------------------------------------------------+
- | NSIS | nsis |
- +-------------------------+---------------------------------------------------+
- | Nginx | nginx, nginxconf |
- +-------------------------+---------------------------------------------------+
- | Nimrod | nimrod, nim |
- +-------------------------+---------------------------------------------------+
- | Nix | nix |
- +-------------------------+---------------------------------------------------+
- | OCaml | ocaml, ml |
- +-------------------------+---------------------------------------------------+
- | Objective C | objectivec, mm, objc, obj-c |
- +-------------------------+---------------------------------------------------+
- | OpenGL Shading Language | glsl |
- +-------------------------+---------------------------------------------------+
- | OpenSCAD | openscad, scad |
- +-------------------------+---------------------------------------------------+
- | Oracle Rules Language | ruleslanguage |
- +-------------------------+---------------------------------------------------+
- | Oxygene | oxygene |
- +-------------------------+---------------------------------------------------+
- | PF | pf, pf.conf |
- +-------------------------+---------------------------------------------------+
- | PHP | php, php3, php4, php5, php6 |
- +-------------------------+---------------------------------------------------+
- | Parser3 | parser3 |
- +-------------------------+---------------------------------------------------+
- | Perl | perl, pl, pm |
- +-------------------------+---------------------------------------------------+
- | Pony | pony |
- +-------------------------+---------------------------------------------------+
- | PowerShell | powershell, ps |
- +-------------------------+---------------------------------------------------+
- | Processing | processing |
- +-------------------------+---------------------------------------------------+
- | Prolog | prolog |
- +-------------------------+---------------------------------------------------+
- | Protocol Buffers | protobuf |
- +-------------------------+---------------------------------------------------+
- | Puppet | puppet, pp |
- +-------------------------+---------------------------------------------------+
- | Python | python, py, gyp |
- +-------------------------+---------------------------------------------------+
- | Python profiler results | profile |
- +-------------------------+---------------------------------------------------+
- | Q | k, kdb |
- +-------------------------+---------------------------------------------------+
- | QML | qml |
- +-------------------------+---------------------------------------------------+
- | R | r |
- +-------------------------+---------------------------------------------------+
- | RenderMan RIB | rib |
- +-------------------------+---------------------------------------------------+
- | RenderMan RSL | rsl |
- +-------------------------+---------------------------------------------------+
- | Roboconf | graph, instances |
- +-------------------------+---------------------------------------------------+
- | Ruby | ruby, rb, gemspec, podspec, thor, irb |
- +-------------------------+---------------------------------------------------+
- | Rust | rust, rs |
- +-------------------------+---------------------------------------------------+
- | SCSS | scss |
- +-------------------------+---------------------------------------------------+
- | SQL | sql |
- +-------------------------+---------------------------------------------------+
- | STEP Part 21 | p21, step, stp |
- +-------------------------+---------------------------------------------------+
- | Scala | scala |
- +-------------------------+---------------------------------------------------+
- | Scheme | scheme |
- +-------------------------+---------------------------------------------------+
- | Scilab | scilab, sci |
- +-------------------------+---------------------------------------------------+
- | Shell | shell, console |
- +-------------------------+---------------------------------------------------+
- | Smali | smali |
- +-------------------------+---------------------------------------------------+
- | Smalltalk | smalltalk, st |
- +-------------------------+---------------------------------------------------+
- | Stan | stan |
- +-------------------------+---------------------------------------------------+
- | Stata | stata |
- +-------------------------+---------------------------------------------------+
- | Stylus | stylus, styl |
- +-------------------------+---------------------------------------------------+
- | SubUnit | subunit |
- +-------------------------+---------------------------------------------------+
- | Swift | swift |
- +-------------------------+---------------------------------------------------+
- | Test Anything Protocol | tap |
- +-------------------------+---------------------------------------------------+
- | Tcl | tcl, tk |
- +-------------------------+---------------------------------------------------+
- | TeX | tex |
- +-------------------------+---------------------------------------------------+
- | Thrift | thrift |
- +-------------------------+---------------------------------------------------+
- | TP | tp |
- +-------------------------+---------------------------------------------------+
- | Twig | twig, craftcms |
- +-------------------------+---------------------------------------------------+
- | TypeScript | typescript, ts |
- +-------------------------+---------------------------------------------------+
- | VB.Net | vbnet, vb |
- +-------------------------+---------------------------------------------------+
- | VBScript | vbscript, vbs |
- +-------------------------+---------------------------------------------------+
- | VHDL | vhdl |
- +-------------------------+---------------------------------------------------+
- | Vala | vala |
- +-------------------------+---------------------------------------------------+
- | Verilog | verilog, v |
- +-------------------------+---------------------------------------------------+
- | Vim Script | vim |
- +-------------------------+---------------------------------------------------+
- | x86 Assembly | x86asm |
- +-------------------------+---------------------------------------------------+
- | XL | xl, tao |
- +-------------------------+---------------------------------------------------+
- | XQuery | xpath, xq |
- +-------------------------+---------------------------------------------------+
- | Zephir | zephir, zep |
- +-------------------------+---------------------------------------------------+
|