1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Angelscript syntax highlighting for Kate 2

Angelscript syntax coloration for the Kate text editor

  1. Fixes, integers, TODO

    Asu
    Changelog :
    • Added TODO tags in comments
    • Comments are recognized in preprocessor directives again
    • Changed import directives from preprocessor type to import type
    • Moved auto to data types
    • Created a new attributes category (for const, final, etc)
    • Float literals are now handled, along with regular integers, octal, hexadecimal and binary bases supported as well
    • Colorize @ and & as types (@ is colorized as the datatype for clarity even when using it as an operator; & only is with the obligatory &in &out or &inout not to colorize bitwise and wrongly)
    • Single-quote strings are now recognized
Return to update list...